summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-24 10:01:17 +0200
committerNoel Grandin <noel@peralex.com>2015-03-24 10:31:18 +0200
commit829fa56634414c55a50cda9a74a2683e3e5b822a (patch)
treeb75ba2942f635419c557f4656c26c3d20a19a838 /framework/inc
parentd772b9bdc442c767fe99da74df375e5ecf6c8454 (diff)
loplugin:constantfunction: framework
Change-Id: Ib5c85dfb5fd720a1709e37d9f12b43a1588ba058
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/classes/propertysethelper.hxx1
-rw-r--r--framework/inc/uielement/statusbarmanager.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx
index a81499f5a264..241bfafb8ad1 100644
--- a/framework/inc/classes/propertysethelper.hxx
+++ b/framework/inc/classes/propertysethelper.hxx
@@ -118,7 +118,6 @@ class FWI_DLLPUBLIC PropertySetHelper : public css::beans::XPropertySet
* There is no chance to reactive a "dead" object by calling impl_enablePropertySet()
* again!
*/
- void SAL_CALL impl_enablePropertySet();
void SAL_CALL impl_disablePropertySet();
/**
diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx
index 6cd72edc6426..efbe5486b0db 100644
--- a/framework/inc/uielement/statusbarmanager.hxx
+++ b/framework/inc/uielement/statusbarmanager.hxx
@@ -79,7 +79,6 @@ class StatusBarManager : public ::cppu::WeakImplHelper3<
void FillStatusBar( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& rStatusBarData );
protected:
- void StateChanged( StateChangedType nType );
void DataChanged( const DataChangedEvent& rDCEvt );
void UserDraw( const UserDrawEvent& rUDEvt );
void Command( const CommandEvent& rEvt );