diff options
Diffstat (limited to 'test/inc/test/beans/xpropertyset.hxx')
-rw-r--r-- | test/inc/test/beans/xpropertyset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inc/test/beans/xpropertyset.hxx b/test/inc/test/beans/xpropertyset.hxx index 747954193a9d..c69024cf1152 100644 --- a/test/inc/test/beans/xpropertyset.hxx +++ b/test/inc/test/beans/xpropertyset.hxx @@ -57,7 +57,7 @@ public: void testRemoveVetoableChangeListener(); protected: - virtual bool isChangeable(const rtl::OUString& rName); + virtual bool isPropertyValueChangeable(const rtl::OUString& rName); private: void fillPropsToTest(const uno::Reference<beans::XPropertySetInfo>& xPropInfo); |