diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-16 01:18:21 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-16 21:22:45 -0400 |
commit | 60d60caf99a40ca0c3891bf230c5a1fdbae5f49c (patch) | |
tree | 68dd8bced3df8fd52ff56842ca5b7e0f19c0a8a1 /cppuhelper/inc | |
parent | 11207ae93191fb966676423e6d377c8292a8cf0b (diff) |
Renamed XPropertySet2 to XPropertySetOption.
To avoid making it appear to be a derived interface of XPropertySet
when it's not.
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r-- | cppuhelper/inc/cppuhelper/propshlp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/inc/cppuhelper/propshlp.hxx b/cppuhelper/inc/cppuhelper/propshlp.hxx index 335fc6003628..670ce038171b 100644 --- a/cppuhelper/inc/cppuhelper/propshlp.hxx +++ b/cppuhelper/inc/cppuhelper/propshlp.hxx @@ -34,7 +34,7 @@ #include <cppuhelper/interfacecontainer.hxx> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/beans/XPropertySet2.hpp> +#include <com/sun/star/beans/XPropertySetOption.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp> @@ -352,7 +352,7 @@ public: class OPropertySetHelper : public ::com::sun::star::beans::XMultiPropertySet, public ::com::sun::star::beans::XFastPropertySet, public ::com::sun::star::beans::XPropertySet, - public ::com::sun::star::beans::XPropertySet2 + public ::com::sun::star::beans::XPropertySetOption { public: /** @@ -506,7 +506,7 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertiesChangeListener > & Listener ) throw(::com::sun::star::uno::RuntimeException); - // XPropertySet2 + // XPropertySetOption virtual void SAL_CALL enableChangeListenerNotification( sal_Bool bEnable ) throw(::com::sun::star::uno::RuntimeException); |