diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-18 11:38:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-18 14:12:21 +0100 |
commit | efcdf9004de2c406774f7a1ed207d24c0dbe36cc (patch) | |
tree | ed25a6605687347491ee182b8731d2e5c55f247e /include | |
parent | 7fc08970894aea2b771bf7be409b72845c96d10a (diff) |
callcatcher: update unused code
Change-Id: I3010bdd736c15a086f3ce61cacbb34159f0b2abf
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/roadmapwizard.hxx | 6 | ||||
-rw-r--r-- | include/svx/PaletteManager.hxx | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx index 876b199681f7..7abcd48c05e8 100644 --- a/include/svtools/roadmapwizard.hxx +++ b/include/svtools/roadmapwizard.hxx @@ -214,12 +214,6 @@ protected: */ void updateRoadmapItemLabel( WizardState _nState ); - protected: -#ifdef DBG_UTIL - const sal_Char* checkInvariants() const; - friend const char* CheckInvariants( const void* pVoid ); -#endif - private: DECL_DLLPRIVATE_LINK( OnRoadmapItemSelected, void* ); diff --git a/include/svx/PaletteManager.hxx b/include/svx/PaletteManager.hxx index 7070bc1f503b..bde6a7795c1e 100644 --- a/include/svx/PaletteManager.hxx +++ b/include/svx/PaletteManager.hxx @@ -60,7 +60,6 @@ public: long GetColorCount(); long GetRecentColorCount(); - OUString GetPaletteName(); const Color& GetLastColor(); void SetLastColor(const Color& rLastColor); |