summaryrefslogtreecommitdiff
path: root/include/framework
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 /include/framework
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 'include/framework')
-rw-r--r--include/framework/addonsoptions.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index b441aeaa5b79..0a926b865c0b 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -282,13 +282,6 @@ class FWE_DLLPUBLIC AddonsOptions
*//*-*****************************************************************************************************/
bool GetMergeToolbarInstructions( const OUString& rToolbarName, MergeToolbarInstructionContainer& rToolbar ) const;
- /**
- * @short Gets the UI name of a single addon toolbar
- * @return The UI name of the toolbar as specified in the Addons.xcu configuration
- * @onerror Returns an empty string
- */
- const ::rtl::OUString GetAddonsToolbarUIName( sal_uInt32 nIndex ) const;
-
/*-****************************************************************************************************//**
@short Gets the Add-On help menu part of all addon components registered
@descr -