summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-16 10:22:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-16 10:22:33 +0000
commit956892c545f984886611b9467dc9b175b616c938 (patch)
treea692e7fc97ddf3198969d43f7e56bd0eb14571ba /sc/inc/global.hxx
parenta14172b2ece38a6c7e0c5b08f02896a3f6e32df2 (diff)
remove logically redundant highcontrast code
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 6afa7ddf3dec..9ee2050d4b73 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -549,7 +549,6 @@ class ScGlobal
static SvxBrushItem* pProtectedBrushItem;
static ImageList* pOutlineBitmaps;
- static ImageList* pOutlineBitmapsHC;
static ScFunctionList* pStarCalcFunctionList;
static ScFunctionMgr* pStarCalcFunctionMgr;
@@ -633,9 +632,8 @@ public:
SC_DLLPUBLIC static const String& GetEmptyString();
static const String& GetScDocString();
- /** Returns the specified image list with outline symbols.
- @param bHC false = standard symbols; true = high contrast symbols. */
- static ImageList* GetOutlineSymbols( bool bHC );
+ /** Returns the specified image list with outline symbols. */
+ static ImageList* GetOutlineSymbols();
static bool HasStarCalcFunctionList();
static ScFunctionList* GetStarCalcFunctionList();