summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:30:05 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:30:05 +0000
commit72199d62d1ef6bc9e0138d8d950fae6fb7b8556e (patch)
treebd08397d4e910d82f8bfe6e78de50cc5459de52f
parentINTEGRATION: CWS dba23a (1.5.254); FILE MERGED (diff)
downloadcore-72199d62d1ef6bc9e0138d8d950fae6fb7b8556e.tar.gz
core-72199d62d1ef6bc9e0138d8d950fae6fb7b8556e.zip
INTEGRATION: CWS dba23a (1.6.18); FILE MERGED
2007/02/26 11:48:14 fs 1.6.18.1: remove unused code Issue number: #i74804# Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com
-rw-r--r--dbaccess/source/ui/inc/WNameMatch.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/WNameMatch.hxx b/dbaccess/source/ui/inc/WNameMatch.hxx
index 5ab6dc6f5d81..f3d89410b6ad 100644
--- a/dbaccess/source/ui/inc/WNameMatch.hxx
+++ b/dbaccess/source/ui/inc/WNameMatch.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WNameMatch.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ihi $ $Date: 2006-12-20 14:14:17 $
+ * last change: $Author: kz $ $Date: 2007-05-10 10:30:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,7 +66,6 @@ namespace dbaui
virtual void InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2, SvLBoxButtonKind eButtonKind);
public:
- OColumnTreeBox( Window* pParent, WinBits nWinStyle=0 );
OColumnTreeBox( Window* pParent, const ResId& rResId );
void FillListBox( const ODatabaseExport::TColumnVector& _rList);