summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-07-24 16:35:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-07-24 16:36:55 +0200
commit189bb791d248273758bd2b42e0ec216937fa22d9 (patch)
treec5919fdc786c1dee4e822e64c1341cbe8303704a /officecfg
parent7137605eefb6b4efe80c89c4468e33591b1e474f (diff)
fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcu
...which incompatibly changed Addons.xcs and breaks extensions (and LibreLogo, which adds to Addons.xcu even though it is not an extension). See the mail thread starting at <http://lists.freedesktop.org/archives/libreoffice/2013-July/054612.html> "[Libreoffice-commits] core.git: #i121577# Allow setting toolbar name in Addons.xcu" for details. This reverts commit 85f072ef33ef47b5e3e0bcd51acb5c4179cde2c2 "Resolves: #i121577# Allow setting toolbar name in Addons.xcu" plus follow-up af572d9fbb744c9691abe465815d7927a9d11510 "Related: #i121577# Allow setting toolbar name in Addons.xcu," f13f9b5cc5267a7a5606b1a89db91b6d7aef5f9c "various .xcus are gone now," and 37d9921797a3ad3be8257fbfee11326549fcd987 "odk/examples/python/toolpanel/CalcWindowState.xcu is still in use," plus those parts of f97ca6f65182efc6542c53ac5e973b3ff398a5d1 "Resolves: #i116455# Make toolbar style settings persistent" that apparently belong to the fix for i#121577 rather than i#116455. Change-Id: Ib744566f3d8da7d9008d7dad8bec60f1bf32e743
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Addons.xcs16
1 files changed, 0 insertions, 16 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index 90d33d457d5f..ee78884a9d42 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -152,22 +152,6 @@
</info>
</set>
</group>
- <group oor:name="ToolBar">
- <info>
- <desc>Contains the structure of a toolbar.</desc>
- </info>
- <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>A localized string used as the toolbar title.</desc>
- </info>
- <value></value>
- </prop>
- <set oor:name="ToolBarItems" oor:node-type="ToolBarItem">
- <info>
- <desc>Contains a list of sets of toolbar items that are part of add-on toolbars.</desc>
- </info>
- </set>
- </group>
<group oor:name="ToolBarItem">
<info>
<desc>Describes a toolbar item representing a function of of an external component. The name must be unique and should be written using a package-scheme like org.openoffice.external.applicationexecuter to minimize name clashes.</desc>