Kaydet (Commit) 5dad2733 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:constantfunction: test

Change-Id: I86eb9e46bec561bf0ede60180754ae35cefadfd5
üst 9b0e09de
...@@ -28,12 +28,8 @@ public: ...@@ -28,12 +28,8 @@ public:
virtual css::uno::Reference<css::uno::XInterface> init() = 0; virtual css::uno::Reference<css::uno::XInterface> init() = 0;
void testGetPropertySetInfo(); void testGetPropertySetInfo();
void testAddPropertyChangeListener();
void testAddVetoableChangeListener();
void testSetPropertyValue(); void testSetPropertyValue();
void testGetPropertyValue(); void testGetPropertyValue();
void testRemovePropertyChangeListener();
void testRemoveVetoableChangeListener();
protected: protected:
virtual bool isPropertyValueChangeable(const OUString& rName); virtual bool isPropertyValueChangeable(const OUString& rName);
......
...@@ -27,7 +27,6 @@ public: ...@@ -27,7 +27,6 @@ public:
void testShowLevel(); void testShowLevel();
void testUngroup(); void testUngroup();
void testGroup(); void testGroup();
void testAutoOutline();
void testClearOutline(); void testClearOutline();
protected: protected:
......
...@@ -39,16 +39,6 @@ void XPropertySet::testGetPropertySetInfo() ...@@ -39,16 +39,6 @@ void XPropertySet::testGetPropertySetInfo()
} }
} }
void XPropertySet::testAddPropertyChangeListener()
{
// TODO: implement this.
}
void XPropertySet::testAddVetoableChangeListener()
{
// TODO: implement this.
}
void XPropertySet::testSetPropertyValue() void XPropertySet::testSetPropertyValue()
{ {
testGetPropertySetInfo(); testGetPropertySetInfo();
...@@ -80,16 +70,6 @@ void XPropertySet::testGetPropertyValue() ...@@ -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) bool XPropertySet::isPropertyValueChangeable(const OUString& rName)
{ {
uno::Reference<beans::XPropertySet> xPropSet(init(), UNO_QUERY_THROW); uno::Reference<beans::XPropertySet> xPropSet(init(), UNO_QUERY_THROW);
......
...@@ -245,10 +245,6 @@ void XSheetOutline::testUngroup() ...@@ -245,10 +245,6 @@ void XSheetOutline::testUngroup()
} }
void XSheetOutline::testAutoOutline()
{
}
void XSheetOutline::testClearOutline() void XSheetOutline::testClearOutline()
{ {
uno::Reference< sheet::XSpreadsheet > aSheet(init(), UNO_QUERY_THROW); uno::Reference< sheet::XSpreadsheet > aSheet(init(), UNO_QUERY_THROW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment