summaryrefslogtreecommitdiff
path: root/test/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-30 16:26:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-30 16:26:07 -0400
commit5c03dca7a983b40e2870f9b72850a80e8766b157 (patch)
tree7c776a05a9df8919a819aa6bc834ad789f031f67 /test/inc
parent8ac758d5490c53df5e8ec539c37af062bedc72fa (diff)
More descriptive method name.
Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
Diffstat (limited to 'test/inc')
-rw-r--r--test/inc/test/beans/xpropertyset.hxx2
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);