summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/dbtreemodel.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-10 15:12:18 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-10 15:12:18 +0000
commitd1ac24e1bf5ab9b2a0207693ab1706fb040bb030 (patch)
tree9b8cfa3fead54355e42542be21690a31625478bb /dbaccess/source/ui/browser/dbtreemodel.hxx
parentelementInserted/Replaced/Removed: check the argument (now that a derived clas... (diff)
downloadcore-d1ac24e1bf5ab9b2a0207693ab1706fb040bb030.tar.gz
core-d1ac24e1bf5ab9b2a0207693ab1706fb040bb030.zip
context menu in the list view / listener on the context for reflecting any changes dynamically
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreemodel.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreemodel.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreemodel.hxx b/dbaccess/source/ui/browser/dbtreemodel.hxx
index 4b358bc7b122..12d1ad508a76 100644
--- a/dbaccess/source/ui/browser/dbtreemodel.hxx
+++ b/dbaccess/source/ui/browser/dbtreemodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbtreemodel.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2000-11-10 13:53:55 $
+ * last change: $Author: fs $ $Date: 2000-12-10 16:12:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,8 @@ namespace dbaui
virtual void Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry);
virtual void InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* _pViewData);
- void Select(sal_Bool _bSelect) { m_bSelected = _bSelect; }
+ sal_Bool isSelected() const { return m_bSelected; }
+ void Select(sal_Bool _bSelect) { m_bSelected = _bSelect; }
};
//========================================================================