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 /test | |
parent | 9b0e09dedc76a3bc4fd7a128a3a115b328727e00 (diff) |
loplugin:constantfunction: test
Change-Id: I86eb9e46bec561bf0ede60180754ae35cefadfd5
Diffstat (limited to 'test')
-rw-r--r-- | test/source/beans/xpropertyset.cxx | 20 | ||||
-rw-r--r-- | test/source/sheet/xsheetoutline.cxx | 4 |
2 files changed, 0 insertions, 24 deletions
diff --git a/test/source/beans/xpropertyset.cxx b/test/source/beans/xpropertyset.cxx index c90e6e1ef23e..3ebfca4b49b5 100644 --- a/test/source/beans/xpropertyset.cxx +++ b/test/source/beans/xpropertyset.cxx @@ -39,16 +39,6 @@ void XPropertySet::testGetPropertySetInfo() } } -void XPropertySet::testAddPropertyChangeListener() -{ - // TODO: implement this. -} - -void XPropertySet::testAddVetoableChangeListener() -{ - // TODO: implement this. -} - void XPropertySet::testSetPropertyValue() { testGetPropertySetInfo(); @@ -80,16 +70,6 @@ void XPropertySet::testGetPropertyValue() } } -void XPropertySet::testRemovePropertyChangeListener() -{ - // TODO: implement this. -} - -void XPropertySet::testRemoveVetoableChangeListener() -{ - // TODO: implement this. -} - bool XPropertySet::isPropertyValueChangeable(const OUString& rName) { uno::Reference<beans::XPropertySet> xPropSet(init(), UNO_QUERY_THROW); diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx index a6ff335e6a20..018be8982b37 100644 --- a/test/source/sheet/xsheetoutline.cxx +++ b/test/source/sheet/xsheetoutline.cxx @@ -245,10 +245,6 @@ void XSheetOutline::testUngroup() } -void XSheetOutline::testAutoOutline() -{ -} - void XSheetOutline::testClearOutline() { uno::Reference< sheet::XSpreadsheet > aSheet(init(), UNO_QUERY_THROW); |