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:
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);
......
......@@ -27,7 +27,6 @@ public:
void testShowLevel();
void testUngroup();
void testGroup();
void testAutoOutline();
void testClearOutline();
protected:
......
......@@ -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);
......
......@@ -245,10 +245,6 @@ void XSheetOutline::testUngroup()
}
void XSheetOutline::testAutoOutline()
{
}
void XSheetOutline::testClearOutline()
{
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