diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/tbxctrls/PaletteManager.cxx | 10 |
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; |