summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/ComboBox.hxx7
1 files changed, 5 insertions, 2 deletions
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