summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-09-03 12:02:53 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-09-04 20:50:19 +0000
commit62d50671919424ca4dd80cd7733b7b259132b9ab (patch)
tree62796e4e952d73685b1380e750d80dde354b2b95 /sfx2
parenta25846baf1137e7086292d8d8824a94f6a825166 (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')
-rw-r--r--sfx2/source/sidebar/Deck.cxx14
-rw-r--r--sfx2/source/sidebar/Deck.hxx1
2 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index ce0dd6f59099..c0b80e400388 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -152,20 +152,6 @@ Rectangle Deck::GetContentArea (void) const
aWindowSize.Height() - 1 - Theme::GetInteger(Theme::Int_DeckBottomPadding) - nBorderSize);
}
-
-
-
-::rtl::OUString Deck::GetIconURL (const bool bIsHighContrastModeActive) const
-{
- if (bIsHighContrastModeActive)
- return msHighContrastIconURL;
- else
- return msIconURL;
-}
-
-
-
-
void Deck::Paint (const Rectangle& rUpdateArea)
{
(void) rUpdateArea;
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);