diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:39 +0000 |
commit | be7f38698e1ca293f4fb8c32ccc8f69be77538c4 (patch) | |
tree | fb50d88d33eafb04afb7843cbaf96ed4c60408fb | |
parent | Enabling vertical ruler in writer. (diff) | |
download | libreoffice-be7f38698e1ca293f4fb8c32ccc8f69be77538c4.tar.xz libreoffice-be7f38698e1ca293f4fb8c32ccc8f69be77538c4.zip |
Setting zoom to 'Page Width' in writer.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/registry/Writer_Zoom.xcd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/local/registry/Writer_Zoom.xcd b/debian/local/registry/Writer_Zoom.xcd new file mode 100644 index 0000000000..079ac1a32b --- /dev/null +++ b/debian/local/registry/Writer_Zoom.xcd @@ -0,0 +1,17 @@ +<!-- /etc/libreoffice/registry/Writer_Zoom.xcd --> + +<!-- Setting zoom to 'Page Width' in writer. --> + +<?xml version="1.0"?> +<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oor="http://openoffice.org/2001/registry"> + <dependency file="main"/> + <oor:component-data oor:package="org.openoffice.Office" oor:name="Writer"> + <node oor:name="Layout"> + <node oor:name="Zoom"> + <prop oor:name="Type"> + <value>3</value> + </prop> + </node> + </node> + </oor:component-data> +</oor:data> |