summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:49:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:49:47 +0000
commit6043c9df26121ea0d434b42c22591670d7bb7163 (patch)
tree1d06b5d4bc740af6fdcf34d4c8f159faa688e032 /forms/source/component/FormattedField.hxx
parent5a0025e17ed73ae81576fcc66caa504cb6eb0322 (diff)
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)
Diffstat (limited to 'forms/source/component/FormattedField.hxx')
-rw-r--r--forms/source/component/FormattedField.hxx11
1 files 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* );
};