summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/PaletteManager.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-18 11:38:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-18 14:12:21 +0100
commitefcdf9004de2c406774f7a1ed207d24c0dbe36cc (patch)
treeed25a6605687347491ee182b8731d2e5c55f247e /svx/source/tbxctrls/PaletteManager.cxx
parent7fc08970894aea2b771bf7be409b72845c96d10a (diff)
callcatcher: update unused code
Change-Id: I3010bdd736c15a086f3ce61cacbb34159f0b2abf
Diffstat (limited to 'svx/source/tbxctrls/PaletteManager.cxx')
-rw-r--r--svx/source/tbxctrls/PaletteManager.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/tbxctrls/PaletteManager.cxx b/svx/source/tbxctrls/PaletteManager.cxx
index df4c4b898255..b104fe9095af 100644
--- a/svx/source/tbxctrls/PaletteManager.cxx
+++ b/svx/source/tbxctrls/PaletteManager.cxx
@@ -166,16 +166,6 @@ long PaletteManager::GetRecentColorCount()
return maRecentColors.size();
}
-OUString PaletteManager::GetPaletteName()
-{
- if( mnCurrentPalette == 0 )
- return OUString( STR_DEFAULT_PAL );
- else if( mnCurrentPalette == mnNumOfPalettes - 1 )
- return OUString( STR_DOC_COLORS );
- else
- return maPalettes[mnCurrentPalette - 1].GetName();
-}
-
const Color& PaletteManager::GetLastColor()
{
return mLastColor;