summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-10-09 14:03:55 +0000
committerKurt Zenker <kz@openoffice.org>2007-10-09 14:03:55 +0000
commitad2cbfe7a05fa93bb5ec4129d5764252a57c7994 (patch)
treef73050361824de23e25ac6f2a066bc90745d207e /svtools
parentINTEGRATION: CWS vclttfix (1.65.6); FILE MERGED (diff)
downloadcore-ad2cbfe7a05fa93bb5ec4129d5764252a57c7994.tar.gz
core-ad2cbfe7a05fa93bb5ec4129d5764252a57c7994.zip
INTEGRATION: CWS aquavcl03 (1.2.150); FILE MERGED
2007/08/24 14:15:31 isma87 1.2.150.1: #i81010#: add support for native checkboxes and radio buttons in listviews
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/svlbitm.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/inc/svtools/svlbitm.hxx b/svtools/inc/svtools/svlbitm.hxx
index c789d005a191..46d1c946994f 100644
--- a/svtools/inc/svtools/svlbitm.hxx
+++ b/svtools/inc/svtools/svlbitm.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svlbitm.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 19:36:48 $
+ * last change: $Author: kz $ $Date: 2007-10-09 15:03:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,6 +98,7 @@ public:
inline long Height();
void SetLink( const Link& rLink) { aLink=rLink; }
const Link& GetLink() const { return aLink; }
+ BOOL IsRadio();
// weil Buttons nicht von LinkHdl abgeleitet sind
void CallLink();