summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-11-16 21:20:50 -0800
committerJoseph Powers <jpowers27@cox.net>2010-11-16 21:20:50 -0800
commitb46ec155ec91a77a2713ea296fe4ca5ca7d5467b (patch)
tree47681e2e21198865aba36faaee1c7a9b77cf8b82 /dbaccess/inc
parent6ddd931bbf03d6a237ffbef6de6820c50dcf071b (diff)
HC Cleanup - base
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/ToolBoxHelper.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/inc/ToolBoxHelper.hxx b/dbaccess/inc/ToolBoxHelper.hxx
index 0888ded71792..280d523a8ca0 100644
--- a/dbaccess/inc/ToolBoxHelper.hxx
+++ b/dbaccess/inc/ToolBoxHelper.hxx
@@ -43,7 +43,6 @@ namespace dbaui
{
class DBACCESS_DLLPUBLIC OToolBoxHelper
{
- sal_Bool m_bIsHiContrast;// true when the toolbox is in hi contrast mode
sal_Int16 m_nSymbolsSize; // shows the toolbox large or small bitmaps
ToolBox* m_pToolBox; // our toolbox (may be NULL)
public:
@@ -72,13 +71,12 @@ namespace dbaui
*/
virtual void setToolBox(ToolBox* _pTB);
- inline ToolBox* getToolBox() const { return m_pToolBox; }
+ inline ToolBox* getToolBox() const { return m_pToolBox; }
/** checks if the toolbox needs a new imagelist.
*/
void checkImageList();
- inline sal_Bool isToolBoxHiContrast() const { return m_bIsHiContrast; }
protected:
DECL_LINK(ConfigOptionsChanged, SvtMiscOptions*);
DECL_LINK(SettingsChanged, VclWindowEvent* );