From 52dafbf5b85e0e52dd13c2c829ea4456c1a78352 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 11:46:29 +0000 Subject: INTEGRATION: CWS warnings01 (1.9.68); FILE MERGED 2006/03/15 07:55:29 fs 1.9.68.1: #i57457# warning-free code (unxsols4) --- forms/source/component/ComboBox.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'forms/source') diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index a45fe9e022f3..7655572dac40 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ComboBox.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:35:33 $ + * last change: $Author: hr $ $Date: 2006-06-19 12:46:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -156,6 +156,9 @@ public: // XEventListener virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw (::com::sun::star::uno::RuntimeException); + // prevent method hiding + using OBoundControlModel::getFastPropertyValue; + protected: // OBoundControlModel overridables virtual ::com::sun::star::uno::Any -- cgit