summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-11-04 02:37:07 +0900
committerTomaž Vajngerl <quikee@gmail.com>2017-11-04 02:50:46 +0100
commitbcdc5f56f064e875f58a2f22872393d1fef31839 (patch)
tree8e2881eeb6709928c65b7148a1530e65daac8469 /officecfg
parent49d53fa8a4d0c69a58000d05b903e757e30e6930 (diff)
TSCP: make the configuration key names shorter
Change-Id: If28e283666f4e1f87758c401b2d4fb5986eb6d8c Reviewed-on: https://gerrit.libreoffice.org/44281 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs6
2 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 33c1db97f618..c7d198e38cd4 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -539,9 +539,9 @@
<node oor:name="Classification">
<prop oor:name="Policy" oor:type="xs:short">
</prop>
- <prop oor:name="AdvancedClassificationDialogIntellectualPropertySectionExpanded" oor:type="xs:boolean">
+ <prop oor:name="IntellectualPropertySectionExpanded" oor:type="xs:boolean">
</prop>
- <prop oor:name="AdvancedClassificationDialogIntellectualPropertyTextInputIsFreeForm" oor:type="xs:boolean">
+ <prop oor:name="IntellectualPropertyTextInputIsFreeForm" oor:type="xs:boolean">
</prop>
</node>
</oor:component-data>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 22c92a7124fa..8eeced165011 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -6393,15 +6393,15 @@
</info>
<value>3</value>
</prop>
- <prop oor:name="AdvancedClassificationDialogIntellectualPropertySectionExpanded" oor:type="xs:boolean" oor:nillable="false">
+ <prop oor:name="IntellectualPropertySectionExpanded" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Specifies if the intellectual property section in the advanced classification dialog should be expanded when the dialog is open.</desc>
</info>
<value>true</value>
</prop>
- <prop oor:name="AdvancedClassificationDialogIntellectualPropertyTextInputIsFreeForm" oor:type="xs:boolean" oor:nillable="false">
+ <prop oor:name="IntellectualPropertyTextInputIsFreeForm" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Specifies if the intellectual property text is free-form or limited to ';', '/' and ' ' characters.</desc>
+ <desc>Specifies if the intellectual property text in the advanced classification is free-form or limited to ';', '/' and ' ' (space) and delete key.</desc>
</info>
<value>true</value>
</prop>