summaryrefslogtreecommitdiffstats
path: root/framework/source/fwe/helper/propertysetcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/helper/propertysetcontainer.cxx')
-rw-r--r--framework/source/fwe/helper/propertysetcontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/helper/propertysetcontainer.cxx b/framework/source/fwe/helper/propertysetcontainer.cxx
index e659c03bb90d..8284460e1483 100644
--- a/framework/source/fwe/helper/propertysetcontainer.cxx
+++ b/framework/source/fwe/helper/propertysetcontainer.cxx
@@ -97,7 +97,7 @@ void SAL_CALL PropertySetContainer::insertByIndex( sal_Int32 Index, const ::com:
else
{
throw IllegalArgumentException(
- OUString( WRONG_TYPE_EXCEPTION ),
+ WRONG_TYPE_EXCEPTION,
(OWeakObject *)this, 2 );
}
}
@@ -133,7 +133,7 @@ void SAL_CALL PropertySetContainer::replaceByIndex( sal_Int32 Index, const ::com
else
{
throw IllegalArgumentException(
- OUString( WRONG_TYPE_EXCEPTION ),
+ WRONG_TYPE_EXCEPTION,
(OWeakObject *)this, 2 );
}
}