diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 07:24:38 +0000 |
commit | 480964482001a385e7f7d8f8d0dbccd25127f301 (patch) | |
tree | 5494a9664b20f9c93230c2455f165dae4241a952 /debian | |
parent | Enabling to show "meta" characters in writer. (diff) | |
download | libreoffice-480964482001a385e7f7d8f8d0dbccd25127f301.tar.xz libreoffice-480964482001a385e7f7d8f8d0dbccd25127f301.zip |
Enabling vertical ruler in writer.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/registry/Writer_VerticalRuler.xcd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/local/registry/Writer_VerticalRuler.xcd b/debian/local/registry/Writer_VerticalRuler.xcd new file mode 100644 index 0000000000..b23743cd14 --- /dev/null +++ b/debian/local/registry/Writer_VerticalRuler.xcd @@ -0,0 +1,17 @@ +<!-- /etc/libreoffice/registry/Writer_VerticalRuler.xcd --> + +<!-- Enabling vertical ruler 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="Window"> + <prop oor:name="VerticalRuler"> + <value>true</value> + </prop> + </node> + </node> + </oor:component-data> +</oor:data> |