summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-26 12:36:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-26 13:25:23 +0200
commitdbd20b5c793cab388f01b7172df91429b6324418 (patch)
treea7fe846272ae0250669f8b0cd7d107cf19ecd5a3 /include
parente6628f7a77b4707fb6ed8bf94282eebc0221e0e3 (diff)
loplugin:unusedmethods
Change-Id: If2e1241bbe8a3d17859e3ca076b0f55f25c48ea5 Reviewed-on: https://gerrit.libreoffice.org/36983 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/ControllerItem.hxx9
-rw-r--r--include/tools/resmgr.hxx5
-rw-r--r--include/vcl/field.hxx2
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;