diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/ControllerItem.hxx | 9 | ||||
-rw-r--r-- | include/tools/resmgr.hxx | 5 | ||||
-rw-r--r-- | include/vcl/field.hxx | 2 |
3 files changed, 0 insertions, 16 deletions
diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index cbade65eddfd..c02509934e23 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -82,15 +82,6 @@ public: */ void RequestUpdate(); - /** Do not call. Used by local class only. Should be a member of - a local and hidden interface. - */ - void NotifyFrameContextChange(); - /** Do not call. Used by local class only. Should be a member of - a local and hidden interface. - */ - void ResetFrame(); - protected: virtual void StateChanged (sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem* pState) override; diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx index 5a6cd3272aae..2dd642422953 100644 --- a/include/tools/resmgr.hxx +++ b/include/tools/resmgr.hxx @@ -137,11 +137,6 @@ public: static ResMgr* CreateResMgr( const sal_Char* pPrefixName, const LanguageTag& aLocale = LanguageTag( LANGUAGE_SYSTEM) ); - #ifdef DBG_UTIL - /// Test whether resource still exists - void TestStack(); - #endif - /// Check whether resource is available bool IsAvailable( const ResId& rId, const Resource* = nullptr) const; diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index e1e9900a2514..149043562f80 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -79,8 +79,6 @@ public: const css::lang::Locale& GetLocale() const; const LanguageTag& GetLanguageTag() const; - const AllSettings& GetFieldSettings() const; - void SetEmptyFieldValue(); bool IsEmptyFieldValue() const; |