summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/marktree.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-04-29 07:13:00 +0000
committerOcke Janssen <oj@openoffice.org>2002-04-29 07:13:00 +0000
commit1405275f21cd63f73c6e1a8d7bd3773d06045603 (patch)
tree8d37cd60b3d91087fc0e046c2049feaa89c8739f /dbaccess/source/ui/inc/marktree.hxx
parent03be2f31dddc7718b43cf70300be125a6f1237ce (diff)
#98772# new method
Diffstat (limited to 'dbaccess/source/ui/inc/marktree.hxx')
-rw-r--r--dbaccess/source/ui/inc/marktree.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/marktree.hxx b/dbaccess/source/ui/inc/marktree.hxx
index ca577964a15b..b961128d20f1 100644
--- a/dbaccess/source/ui/inc/marktree.hxx
+++ b/dbaccess/source/ui/inc/marktree.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: marktree.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-04-27 08:09:23 $
+ * last change: $Author: oj $ $Date: 2002-04-29 08:13:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,10 @@ public:
/// the handler given is called whenever the check state of one or more items changed
void SetCheckHandler(const Link& _rHdl) { m_aCheckButtonHandler = _rHdl; }
+ /** call when HiContrast change.
+ */
+ virtual void notifyHiContrastChanged();
+
protected:
virtual void Paint(const Rectangle& _rRect);
virtual void checkedButton_noBroadcast(SvLBoxEntry* _pEntry);
@@ -116,6 +120,9 @@ private:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.4 2001/04/27 08:09:23 fs
+ * +implDeterminedState - needed to correctly implement CheckButtons
+ *
* Revision 1.3 2001/01/30 08:28:00 fs
* +checkedButton_noBroadcast
*