diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-24 09:45:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-24 09:45:51 +0200 |
commit | 5dad2733b83297d900cec548596e5358d8335f7b (patch) | |
tree | 3f324d12187cddbf03591c7c2baa12c2bf9b7eea /include | |
parent | 9b0e09dedc76a3bc4fd7a128a3a115b328727e00 (diff) |
loplugin:constantfunction: test
Change-Id: I86eb9e46bec561bf0ede60180754ae35cefadfd5
Diffstat (limited to 'include')
-rw-r--r-- | include/test/beans/xpropertyset.hxx | 4 | ||||
-rw-r--r-- | include/test/sheet/xsheetoutline.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/test/beans/xpropertyset.hxx b/include/test/beans/xpropertyset.hxx index aa29baf50ff0..19f06356faab 100644 --- a/include/test/beans/xpropertyset.hxx +++ b/include/test/beans/xpropertyset.hxx @@ -28,12 +28,8 @@ public: virtual css::uno::Reference<css::uno::XInterface> init() = 0; void testGetPropertySetInfo(); - void testAddPropertyChangeListener(); - void testAddVetoableChangeListener(); void testSetPropertyValue(); void testGetPropertyValue(); - void testRemovePropertyChangeListener(); - void testRemoveVetoableChangeListener(); protected: virtual bool isPropertyValueChangeable(const OUString& rName); diff --git a/include/test/sheet/xsheetoutline.hxx b/include/test/sheet/xsheetoutline.hxx index 396fe41864c8..2a7771ac7623 100644 --- a/include/test/sheet/xsheetoutline.hxx +++ b/include/test/sheet/xsheetoutline.hxx @@ -27,7 +27,6 @@ public: void testShowLevel(); void testUngroup(); void testGroup(); - void testAutoOutline(); void testClearOutline(); protected: |