summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:48:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:48:21 +0000
commit676ab42b2adb79bba5b110c2c1d94345014cd713 (patch)
tree065a0e549f184080a6b88adb60be187ca726b2f4 /forms/source/component
parent6c041aae34dc7b1ec0b64d12552a5d039b6c9f8f (diff)
INTEGRATION: CWS warnings01 (1.7.68); FILE MERGED
2006/03/15 07:55:31 fs 1.7.68.1: #i57457# warning-free code (unxsols4)
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/EditBase.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx
index 1616e80397b0..cad9715506b5 100644
--- a/forms/source/component/EditBase.hxx
+++ b/forms/source/component/EditBase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EditBase.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:38:05 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:48:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -118,6 +118,7 @@ public:
sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
throw(::com::sun::star::lang::IllegalArgumentException);
virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue) throw ( ::com::sun::star::uno::Exception);
+ using ::cppu::OPropertySetHelper::getFastPropertyValue;
// XPropertyState
virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle);