summaryrefslogtreecommitdiff
path: root/configmgr/source/partial.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/partial.cxx')
-rw-r--r--configmgr/source/partial.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/partial.cxx b/configmgr/source/partial.cxx
index 77e77e3e8f99..2856046fe719 100644
--- a/configmgr/source/partial.cxx
+++ b/configmgr/source/partial.cxx
@@ -55,8 +55,7 @@ bool parseSegment(
}
}
throw css::uno::RuntimeException(
- OUString("bad path ") + path,
- css::uno::Reference< css::uno::XInterface >());
+ "bad path " + path, css::uno::Reference< css::uno::XInterface >());
}
}