summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-16 15:34:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-16 17:07:32 +0000
commitbb6d6339bdbcfe3ad1145e8f8c6955b8cbeac6a9 (patch)
treef84d7ac63bcfb92d0cd5c5ad5b2ef4f55b91f5e7 /dbaccess/inc
parent847dde560fcb1525a09ab611b985499389695fcc (diff)
get this to build again
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/ToolBoxHelper.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/dbaccess/inc/ToolBoxHelper.hxx b/dbaccess/inc/ToolBoxHelper.hxx
index e95e40a0f4a1..3ba6d61d197d 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:
@@ -59,10 +58,8 @@ namespace dbaui
/** will be called when the image list is needed.
@param _eSymbolsSize
<svtools/imgdef.hxx>
- @param _bHiContast
- <TRUE/> when in high contrast mode.
*/
- virtual ImageList getImageList(sal_Int16 _eSymbolsSize,sal_Bool _bHiContast) const = 0;
+ virtual ImageList getImageList(sal_Int16 _eSymbolsSize) const = 0;
/** only the member will be set, derived classes can overload this function and do what need to be done.
@param _pTB
@@ -78,7 +75,6 @@ namespace dbaui
*/
void checkImageList();
- inline sal_Bool isToolBoxHiContrast() const { return m_bIsHiContrast; }
protected:
DECL_LINK(ConfigOptionsChanged, SvtMiscOptions*);
DECL_LINK(SettingsChanged, VclWindowEvent* );