summaryrefslogtreecommitdiff
path: root/configmgr/source/type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/type.cxx')
-rw-r--r--configmgr/source/type.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/type.cxx b/configmgr/source/type.cxx
index f4973cec5908..73b0b0913856 100644
--- a/configmgr/source/type.cxx
+++ b/configmgr/source/type.cxx
@@ -61,7 +61,7 @@ Type elementType(Type type) {
default:
assert(false);
throw css::uno::RuntimeException(
- OUString("this cannot happen"),
+ "this cannot happen",
css::uno::Reference< css::uno::XInterface >());
}
}
@@ -102,7 +102,7 @@ css::uno::Type mapType(Type type) {
default:
assert(false);
throw css::uno::RuntimeException(
- OUString("this cannot happen"),
+ "this cannot happen",
css::uno::Reference< css::uno::XInterface >());
}
}