diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-09-03 12:02:53 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-04 20:50:19 +0000 |
commit | 62d50671919424ca4dd80cd7733b7b259132b9ab (patch) | |
tree | 62796e4e952d73685b1380e750d80dde354b2b95 /sfx2/source/sidebar/Deck.hxx | |
parent | a25846baf1137e7086292d8d8824a94f6a825166 (diff) |
Remove more unused methods
Change-Id: I8fec40d767905bcca366257a67f669eaa1055cbc
Reviewed-on: https://gerrit.libreoffice.org/5789
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sfx2/source/sidebar/Deck.hxx')
-rw-r--r-- | sfx2/source/sidebar/Deck.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Deck.hxx b/sfx2/source/sidebar/Deck.hxx index 20e5c775ab77..bc8fe5a46a9d 100644 --- a/sfx2/source/sidebar/Deck.hxx +++ b/sfx2/source/sidebar/Deck.hxx @@ -56,7 +56,6 @@ public: const ::rtl::OUString& GetId (void) const; DeckTitleBar* GetTitleBar (void) const; Rectangle GetContentArea (void) const; - ::rtl::OUString GetIconURL (const bool bIsHighContrastModeActive) const; void SetPanels (const SharedPanelContainer& rPanels); const SharedPanelContainer& GetPanels (void) const; void RequestLayout (void); |