summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/tools/PropertySet.cxx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-06-14 18:49:32 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-06-14 18:49:32 +0200
commitdefcfcf416a0d25c104e8f492e14049814db51e2 (patch)
tree9ab15168771fa958b32a58b4656041343b9b7732 /sd/source/ui/tools/PropertySet.cxx
parentCWS-TOOLING: integrate CWS tl74 (diff)
parentremoved compiler warnings (diff)
downloadcore-defcfcf416a0d25c104e8f492e14049814db51e2.tar.gz
core-defcfcf416a0d25c104e8f492e14049814db51e2.zip
cws impress190: rebase m82
Diffstat (limited to 'sd/source/ui/tools/PropertySet.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/tools/PropertySet.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx
index 010571b10927..9cf24dccd508 100644..100755
--- a/sd/source/ui/tools/PropertySet.cxx
+++ b/sd/source/ui/tools/PropertySet.cxx
@@ -58,22 +58,6 @@ void SAL_CALL PropertySet::disposing (void)
{
}
-
-
-
-beans::UnknownPropertyException PropertySet::CreateUnknownPropertyException (
- const rtl::OUString& rsPropertyName)
-{
- return beans::UnknownPropertyException(
- OUString::createFromAscii("property ")
- + rsPropertyName
- + OUString::createFromAscii(" is not known"),
- static_cast<XWeak*>(this));
-}
-
-
-
-
//----- XPropertySet ----------------------------------------------------------
Reference<beans::XPropertySetInfo> SAL_CALL PropertySet::getPropertySetInfo (void)