diff options
Diffstat (limited to 'configmgr/source/partial.cxx')
-rw-r--r-- | configmgr/source/partial.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/partial.cxx b/configmgr/source/partial.cxx index 2856046fe719..5133d1f49556 100644 --- a/configmgr/source/partial.cxx +++ b/configmgr/source/partial.cxx @@ -54,8 +54,7 @@ bool parseSegment( return *index == path.getLength(); } } - throw css::uno::RuntimeException( - "bad path " + path, css::uno::Reference< css::uno::XInterface >()); + throw css::uno::RuntimeException("bad path " + path); } } |