summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WNameMatch.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:15:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:15:41 +0000
commit1a0365787cf3346d7d1fa806aa46995b48fe8979 (patch)
treef8e9fa845713fb03fc7a47a4c34d6e4790f087bd /dbaccess/source/ui/inc/WNameMatch.hxx
parentea446ce4a0b9de434bf9b0d60ac1ab6bfec11044 (diff)
INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED
2006/03/24 15:36:17 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/ui/inc/WNameMatch.hxx')
-rw-r--r--dbaccess/source/ui/inc/WNameMatch.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/WNameMatch.hxx b/dbaccess/source/ui/inc/WNameMatch.hxx
index 3d318955e91f..05ee7ef5d613 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:42:55 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:15:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,6 +72,9 @@ namespace dbaui
void FillListBox( const ODatabaseExport::TColumnVector& _rList);
void SetReadOnly(sal_Bool _bRo=sal_True) { m_bReadOnly = _bRo; }
virtual sal_Bool Select( SvLBoxEntry* pEntry, sal_Bool bSelect=sal_True );
+
+ private:
+ using OMarkableTreeListBox::Select;
};
// ========================================================