summaryrefslogtreecommitdiff
path: root/configmgr/source/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/node.cxx')
-rw-r--r--configmgr/source/node.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/node.cxx b/configmgr/source/node.cxx
index 661f1aaf7bd0..dafea1e70021 100644
--- a/configmgr/source/node.cxx
+++ b/configmgr/source/node.cxx
@@ -36,8 +36,7 @@ namespace configmgr {
NodeMap & Node::getMembers() {
assert(false);
- throw css::uno::RuntimeException(
- "this cannot happen", css::uno::Reference< css::uno::XInterface >());
+ throw css::uno::RuntimeException("this cannot happen");
}
OUString Node::getTemplateName() const {