diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-03-01 11:47:22 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-03-02 08:54:24 +0100 |
commit | 94283af977246c70dbed4452d197b003d8bb14b9 (patch) | |
tree | 7b54df201a7a12c35ec1f3caa5dd0933f529cedf /officecfg | |
parent | 5a74baa4f033f84c4bbcec869a68eef149f77161 (diff) |
Value for display size in 32bit
Follow-up to 28e022c258682dc030668fed7879d9d3f078b720
Change-Id: I05a7edd2e24071e4ddbbbf8eb6a9232912f4a376
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111738
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 0739d3289518..f6f87e53c1f3 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3502,12 +3502,12 @@ </info> <value>false</value> </prop> - <prop oor:name="Width" oor:type="xs:long"> + <prop oor:name="Width" oor:type="xs:int"> <info> <desc>Stores the width of the print dialog.</desc> </info> </prop> - <prop oor:name="Height" oor:type="xs:long"> + <prop oor:name="Height" oor:type="xs:int"> <info> <desc>Stores the height of the print dialog.</desc> </info> |