diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-24 09:29:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-24 12:12:22 +0000 |
commit | 9afdc72df60811435587b85ef333ee29d1d3ce15 (patch) | |
tree | 37749685c4c2e00cfe185159c4620f11b754414b /sfx2/source/sidebar/Deck.hxx | |
parent | ca949408b89c990edb6321d59db9eed6d29d21a7 (diff) |
callcatcher: update unused code
Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
Diffstat (limited to 'sfx2/source/sidebar/Deck.hxx')
-rw-r--r-- | sfx2/source/sidebar/Deck.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sfx2/source/sidebar/Deck.hxx b/sfx2/source/sidebar/Deck.hxx index 63c014f4161b..5a0850ce7a61 100644 --- a/sfx2/source/sidebar/Deck.hxx +++ b/sfx2/source/sidebar/Deck.hxx @@ -69,10 +69,7 @@ public: virtual void DataChanged (const DataChangedEvent& rEvent); virtual bool Notify (NotifyEvent& rEvent); - void PrintWindowTree (void); -#ifdef DEBUG - void PrintWindowTree (const ::std::vector<Panel*>& rPanels); -#endif + void PrintWindowTree(); static void PrintWindowSubTree (Window* pRoot, int nIndentation); sal_Int32 GetMinimalWidth() const { return mnMinimalWidth; } |