summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WNameMatch.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-20 13:14:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-20 13:14:58 +0000
commit3a6bfa58eb35b1759b322b91f1bba2144c22e993 (patch)
treebb9ea82456db4e8cf9b4f2e175ee58b920a9a0cc /dbaccess/source/ui/misc/WNameMatch.cxx
parent36f849924b9da2d818279c825e12339e89af5984 (diff)
INTEGRATION: CWS jl49 (1.20.52); FILE MERGED
2006/12/01 12:14:40 sb 1.20.52.1: #i70481# Extended SvLBoxButton.
Diffstat (limited to 'dbaccess/source/ui/misc/WNameMatch.cxx')
-rw-r--r--dbaccess/source/ui/misc/WNameMatch.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/misc/WNameMatch.cxx b/dbaccess/source/ui/misc/WNameMatch.cxx
index 5e45bcfbd..ef5517d72 100644
--- a/dbaccess/source/ui/misc/WNameMatch.cxx
+++ b/dbaccess/source/ui/misc/WNameMatch.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WNameMatch.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:15:20 $
+ * last change: $Author: ihi $ $Date: 2006-12-20 14:14:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -426,9 +426,9 @@ OColumnTreeBox::OColumnTreeBox( Window* pParent, const ResId& rResId )
SetSelectionMode( SINGLE_SELECTION );
}
//------------------------------------------------------------------------
-void OColumnTreeBox::InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2)
+void OColumnTreeBox::InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2, SvLBoxButtonKind eButtonKind)
{
- DBTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2 );
+ DBTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind );
SvLBoxString* pString = new OColumnString(pEntry, 0, rStr,sal_False);
if (pString)
pEntry->ReplaceItem( pString, pEntry->ItemCount() - 1 );