From d200a70655624d5ecafd6ca77400177b4d951462 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 02:17:52 +0000 Subject: 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) --- dbaccess/source/ui/inc/indexfieldscontrol.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dbaccess') 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; }; //...................................................................... -- cgit