summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:17:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:17:52 +0000
commitd200a70655624d5ecafd6ca77400177b4d951462 (patch)
tree52cff5d6f0268d370a47d9332af90ee729d11707 /dbaccess
parentINTEGRATION: CWS warnings01 (1.3.50); FILE MERGED (diff)
downloadcore-d200a70655624d5ecafd6ca77400177b4d951462.tar.gz
core-d200a70655624d5ecafd6ca77400177b4d951462.zip
INTEGRATION: CWS warnings01 (1.8.50); FILE MERGED
2006/03/24 15:36:19 fs 1.8.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/indexfieldscontrol.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/indexfieldscontrol.hxx b/dbaccess/source/ui/inc/indexfieldscontrol.hxx
index a972bd026a85..67c572f7f2de 100644
--- a/dbaccess/source/ui/inc/indexfieldscontrol.hxx
+++ b/dbaccess/source/ui/inc/indexfieldscontrol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: indexfieldscontrol.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:56:16 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:17:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -108,6 +108,9 @@ namespace dbaui
sal_Bool isNewField() const { return GetCurRow() >= (sal_Int32)m_aFields.size(); }
DECL_LINK( OnListEntrySelected, ListBox* );
+
+ private:
+ using ::svt::EditBrowseBox::Init;
};
//......................................................................