summaryrefslogtreecommitdiff
path: root/starmath/inc/toolbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-16 16:16:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-16 16:16:52 +0000
commita439ad77ff3bbeecd750e007d180c8f43c349f66 (patch)
treebabeb1742134a60b505ff94694a34f4124967716 /starmath/inc/toolbox.hxx
parente9f2af555241da3cd6979660de5d21a077089d16 (diff)
get this to build again
Diffstat (limited to 'starmath/inc/toolbox.hxx')
-rw-r--r--starmath/inc/toolbox.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx
index aa2831ddc2b0..516a265731a4 100644
--- a/starmath/inc/toolbox.hxx
+++ b/starmath/inc/toolbox.hxx
@@ -48,7 +48,6 @@ protected:
ToolBox *pToolBoxCmd;
ToolBox *vToolBoxCategories[NUM_TBX_CATEGORIES];
ImageList *aImageLists [NUM_TBX_CATEGORIES + 1]; /* regular */
- ImageList *aImageListsH[NUM_TBX_CATEGORIES + 1]; /* high contrast */
USHORT nActiveCategoryRID;
virtual BOOL Close();
@@ -60,7 +59,7 @@ protected:
DECL_LINK( CmdSelectHdl, ToolBox* );
SmViewShell * GetView();
- const ImageList * GetImageList( USHORT nResId, bool bHighContrast );
+ const ImageList * GetImageList( USHORT nResId );
public:
SmToolBoxWindow(SfxBindings *pBindings,