summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:17:28 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:17:28 +0000
commitb082d8e0d4a91e8a74ac083de908b5b3d44f7645 (patch)
treebb7477ddaaf08db98bfae4ca6e60bcf5e19d5749 /dbaccess
parentINTEGRATION: CWS warnings01 (1.5.50); FILE MERGED (diff)
downloadcore-b082d8e0d4a91e8a74ac083de908b5b3d44f7645.tar.gz
core-b082d8e0d4a91e8a74ac083de908b5b3d44f7645.zip
INTEGRATION: CWS warnings01 (1.10.50); FILE MERGED
2006/03/24 15:36:19 fs 1.10.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/indexdialog.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/indexdialog.hxx b/dbaccess/source/ui/inc/indexdialog.hxx
index 31465e91c267..6dabe0456a7f 100644
--- a/dbaccess/source/ui/inc/indexdialog.hxx
+++ b/dbaccess/source/ui/inc/indexdialog.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: indexdialog.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:55:29 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:17:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -115,6 +115,9 @@ namespace dbaui
protected:
virtual sal_Bool EditedEntry( SvLBoxEntry* pEntry, const XubString& rNewText );
+
+ private:
+ using SvTreeListBox::Select;
};
//==================================================================