diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/framework/addonsoptions.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
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 - |