summaryrefslogtreecommitdiff
path: root/test/source/beans/xpropertyset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/beans/xpropertyset.cxx')
-rw-r--r--test/source/beans/xpropertyset.cxx20
1 files changed, 0 insertions, 20 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);