diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:11:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:11:02 +0000 |
commit | e7f3dea66511636247937c40e5e40cb59842a782 (patch) | |
tree | 8f2b59373125929bf41bfaa8c036d2d3c61a1720 | |
parent | Setting default font to DejaVu. (diff) | |
download | libreoffice-e7f3dea66511636247937c40e5e40cb59842a782.tar.xz libreoffice-e7f3dea66511636247937c40e5e40cb59842a782.zip |
Setting default font heights in writer.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/registry/Writer_DefaultFont.xcd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/local/registry/Writer_DefaultFont.xcd b/debian/local/registry/Writer_DefaultFont.xcd new file mode 100644 index 000000000..3ab8169b1 --- /dev/null +++ b/debian/local/registry/Writer_DefaultFont.xcd @@ -0,0 +1,27 @@ +<!-- /etc/libreoffice/registry/Writer_DefaultFont.xcd --> + +<!-- Setting default font heights 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="DefaultFont"> + <prop oor:name="StandardHeight"> + <value>353</value> + </prop> + <prop oor:name="HeadingHeight"> + <value>529</value> + </prop> + <prop oor:name="ListHeight"> + <value>353</value> + </prop> + <prop oor:name="CaptionHeight"> + <value>353</value> + </prop> + <prop oor:name="IndexHeight"> + <value>353</value> + </prop> + </node> + </oor:component-data> +</oor:data> |