diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:04:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:04:41 +0000 |
commit | c3626a0d86dcc905ff318702ca903de6bc3684d3 (patch) | |
tree | d21edcc3931a244ea267c10c07558fa128f17f60 | |
parent | 70f6ab04e6f9adc62d552b20236ed1f7e791f63e (diff) |
INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED
2006/03/15 07:55:47 fs 1.4.68.1: #i57457# warning-free code (unxsols4)
-rw-r--r-- | forms/source/xforms/propertysetbase.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx index dd74fd1f3..60c2f84fb 100644 --- a/forms/source/xforms/propertysetbase.hxx +++ b/forms/source/xforms/propertysetbase.hxx @@ -4,9 +4,9 @@ * * $RCSfile: propertysetbase.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:20:46 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:04:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -197,7 +197,7 @@ public: The <type>PropertySetBase</type> bridges various implementations, so you have the best of both worlds. */ -class PropertySetBase : public comphelper::OStatefulPropertySet +class PropertySetBase : public ::comphelper::OStatefulPropertySet { private: typedef com::sun::star::uno::Any Any_t; @@ -308,6 +308,8 @@ public: const_cast< PropertySetBase* >( this )->firePropertyChange( nHandle, rNewValue, rOldValue ); } + using ::comphelper::OStatefulPropertySet::getFastPropertyValue; + private: /** locates a property given by handle @param nHandle |