diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-07 22:54:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-08 09:29:31 +0100 |
commit | 3a53904ae64fa87216fcc972dbc746068c640818 (patch) | |
tree | 85dabe4176a00037e46920c8dd1c72a1656c95c6 /framework/inc | |
parent | 595ce66e708da9e742a2c418f013fc675ffc45a3 (diff) |
callcatcher: update list
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/rootactiontriggercontainer.hxx | 2 | ||||
-rw-r--r-- | framework/inc/framework/addonmenu.hxx | 1 | ||||
-rw-r--r-- | framework/inc/framework/addonsoptions.hxx | 10 | ||||
-rw-r--r-- | framework/inc/framework/menuconfiguration.hxx | 3 |
4 files changed, 0 insertions, 16 deletions
diff --git a/framework/inc/classes/rootactiontriggercontainer.hxx b/framework/inc/classes/rootactiontriggercontainer.hxx index 406c8bb3275c..89b48fc8972b 100644 --- a/framework/inc/classes/rootactiontriggercontainer.hxx +++ b/framework/inc/classes/rootactiontriggercontainer.hxx @@ -57,8 +57,6 @@ class FWE_DLLPUBLIC RootActionTriggerContainer : public PropertySetContainer, const Menu* GetMenu(); - ::com::sun::star::uno::Sequence< sal_Int8 > GetUnoTunnelId() const; - // XInterface virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw (::com::sun::star::uno::RuntimeException); diff --git a/framework/inc/framework/addonmenu.hxx b/framework/inc/framework/addonmenu.hxx index 0ec30f5432b0..0cef42caba0e 100644 --- a/framework/inc/framework/addonmenu.hxx +++ b/framework/inc/framework/addonmenu.hxx @@ -93,7 +93,6 @@ class FWE_DLLPUBLIC AddonMenuManager }; static sal_Bool HasAddonMenuElements(); - static sal_Bool HasAddonHelpMenuElements(); static sal_Bool IsAddonMenuId( sal_uInt16 nId ) { return (( nId >= ADDONMENU_ITEMID_START ) && ( nId < ADDONMENU_ITEMID_END )); } diff --git a/framework/inc/framework/addonsoptions.hxx b/framework/inc/framework/addonsoptions.hxx index b095f787f71a..08c55185db0a 100644 --- a/framework/inc/framework/addonsoptions.hxx +++ b/framework/inc/framework/addonsoptions.hxx @@ -193,16 +193,6 @@ class FWE_DLLPUBLIC AddonsOptions sal_Bool HasAddonsMenu() const; /*-****************************************************************************************************//** - @short returns if an addons help menu is available - @descr Call to retrieve if a addons menu is available - - - @return sal_True if there is a menu otherwise sal_False - *//*-*****************************************************************************************************/ - - sal_Bool HasAddonsHelpMenu() const; - - /*-****************************************************************************************************//** @short returns number of addons toolbars @descr Call to retrieve the number of addons toolbars diff --git a/framework/inc/framework/menuconfiguration.hxx b/framework/inc/framework/menuconfiguration.hxx index 1671a594ec06..bf052bc67e59 100644 --- a/framework/inc/framework/menuconfiguration.hxx +++ b/framework/inc/framework/menuconfiguration.hxx @@ -114,9 +114,6 @@ class FWE_DLLPUBLIC MenuConfiguration ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& rOutputStream ) throw ( ::com::sun::star::lang::WrappedTargetException ); - static sal_Bool IsPickListItemId( sal_uInt16 nId ); - static sal_Bool IsWindowListItemId( sal_uInt16 nId ); - private: // do not hold the uno reference by reference const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& m_rxServiceManager; |