diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-26 10:51:03 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-04 01:35:22 +0200 |
commit | e4c59b7be32a305b4753acc466750b1ed3694913 (patch) | |
tree | b7552c1b87a55a08d608c946e67dfa347431b0cd /officecfg/registry | |
parent | 1b7c4394de4f5ddd381436289d00f5777d5152a3 (diff) |
[API CHANGE] Drop unused DialogSize group
Added in commit 72cbd263 and changed in commit f0554890
but not actually used even back then or ever since
Change-Id: Ifbe780917b86fdc0cd78d08c92d44b51707c701b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151049
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 4cefe71ead2d..f26f0b8ecd2a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -92,21 +92,6 @@ </info> </prop> </group> - <group oor:name="DialogSize"> - <info> - <desc>Contains the width and height of the dialog size.</desc> - </info> - <prop oor:name="Height" oor:type="xs:int"> - <info> - <desc>Contains the height of the dialog [UNIT=pixel].</desc> - </info> - </prop> - <prop oor:name="Width" oor:type="xs:int"> - <info> - <desc>Contains the width of the dialog [UNIT=pixel].</desc> - </info> - </prop> - </group> <group oor:name="Font"> <info> <desc>Describes the characteristics of a font.</desc> |