From 6043c9df26121ea0d434b42c22591670d7bb7163 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 11:49:47 +0000
Subject: [PATCH] INTEGRATION: CWS warnings01 (1.13.68); FILE MERGED 2006/05/23
17:40:52 sb 1.13.68.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/15 07:55:33
fs 1.13.68.1: #i57457# warning-free code (unxsols4)
---
forms/source/component/FormattedField.hxx | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/forms/source/component/FormattedField.hxx b/forms/source/component/FormattedField.hxx
index 2a740ca57bf1..a22e64486bc8 100644
--- a/forms/source/component/FormattedField.hxx
+++ b/forms/source/component/FormattedField.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FormattedField.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 15:23:29 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:49:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,6 +137,10 @@ namespace frm
// XPropertyChangeListener
virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw(::com::sun::star::uno::RuntimeException);
+ // prevent method hiding
+ using OEditBaseModel::disposing;
+ using OEditBaseModel::getFastPropertyValue;
+
protected:
virtual sal_Int16 getPersistenceFlags() const;
// as we have an own version handling for persistence
@@ -214,6 +218,9 @@ namespace frm
// ::com::sun::star::awt::XControl
virtual void SAL_CALL setDesignMode(sal_Bool bOn) throw ( ::com::sun::star::uno::RuntimeException);
+ // disambiguation
+ using OBoundControl::disposing;
+
private:
DECL_LINK( OnKeyPressed, void* );
};