From 85f072ef33ef47b5e3e0bcd51acb5c4179cde2c2 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Fri, 4 Jan 2013 18:57:29 +0000 Subject: Resolves: #i121577# Allow setting toolbar name in Addons.xcu (cherry picked from commit 37894067213a63c51c7a73083d7b0ace5f5c40da) Conflicts: framework/inc/framework/addonsoptions.hxx framework/source/fwe/classes/addonsoptions.cxx framework/source/layoutmanager/toolbarlayoutmanager.cxx officecfg/registry/schema/org/openoffice/Office/Addons.xcs Change-Id: Icc8ed1bb5ac2cfecd6c03c53c137c503dc78bc66 --- include/framework/addonsoptions.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx index 0a926b865c0b..b441aeaa5b79 100644 --- a/include/framework/addonsoptions.hxx +++ b/include/framework/addonsoptions.hxx @@ -282,6 +282,13 @@ 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 - -- cgit