summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-20 13:14:46 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-20 13:14:46 +0000
commitcfa52354aec7f5013bb7bf7db9dd1ddcc7476592 (patch)
tree1d82dce8bf7e87f636e670fe6918172b33906082
parentINTEGRATION: CWS jl49 (1.7.42); FILE MERGED (diff)
downloadcore-cfa52354aec7f5013bb7bf7db9dd1ddcc7476592.tar.gz
core-cfa52354aec7f5013bb7bf7db9dd1ddcc7476592.zip
INTEGRATION: CWS jl49 (1.16.44); FILE MERGED
2006/12/01 12:18:08 sb 1.16.44.1: #i70481# Extended SvLBoxButton.
-rw-r--r--dbaccess/source/ui/inc/tabletree.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/tabletree.hxx b/dbaccess/source/ui/inc/tabletree.hxx
index 42df0226eb74..286d033307f9 100644
--- a/dbaccess/source/ui/inc/tabletree.hxx
+++ b/dbaccess/source/ui/inc/tabletree.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabletree.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2006-10-05 13:06:40 $
+ * last change: $Author: ihi $ $Date: 2006-12-20 14:14:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -164,7 +164,7 @@ public:
sal_Bool isWildcardChecked(SvLBoxEntry* _pEntry) const;
protected:
- virtual void InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap);
+ virtual void InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap, SvLBoxButtonKind _eButtonKind);
virtual void checkedButton_noBroadcast(SvLBoxEntry* _pEntry);