diff options
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/addonmenu.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/framework/addonmenu.hxx b/include/framework/addonmenu.hxx index 859c1b428f8e..9da7ec714a69 100644 --- a/include/framework/addonmenu.hxx +++ b/include/framework/addonmenu.hxx @@ -48,9 +48,6 @@ class FWE_DLLPUBLIC AddonPopupMenu : public AddonMenu public: virtual ~AddonPopupMenu() override; - // Check if command URL string has the unique prefix to identify addon popup menus - static bool IsCommandURLPrefix( const OUString& aCmdURL ); - void SetCommandURL( const OUString& aCmdURL ) { m_aCommandURL = aCmdURL; } private: |