[Libreoffice-commits] core.git: include/test test/source
Noel Grandin
noel at peralex.com
Tue Mar 24 00:48:02 PDT 2015
include/test/beans/xpropertyset.hxx | 4 ----
include/test/sheet/xsheetoutline.hxx | 1 -
test/source/beans/xpropertyset.cxx | 20 --------------------
test/source/sheet/xsheetoutline.cxx | 4 ----
4 files changed, 29 deletions(-)
New commits:
commit 5dad2733b83297d900cec548596e5358d8335f7b
Author: Noel Grandin <noel at peralex.com>
Date: Tue Mar 24 09:45:26 2015 +0200
loplugin:constantfunction: test
Change-Id: I86eb9e46bec561bf0ede60180754ae35cefadfd5
diff --git a/include/test/beans/xpropertyset.hxx b/include/test/beans/xpropertyset.hxx
index aa29baf..19f0635 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 396fe41..2a7771a 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:
diff --git a/test/source/beans/xpropertyset.cxx b/test/source/beans/xpropertyset.cxx
index c90e6e1..3ebfca4 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 a6ff335..018be89 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);
More information about the Libreoffice-commits
mailing list