summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/currentcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/currentcontext.cxx')
-rw-r--r--binaryurp/source/currentcontext.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/binaryurp/source/currentcontext.cxx b/binaryurp/source/currentcontext.cxx
index 510f2509486b..56c3306aae29 100644
--- a/binaryurp/source/currentcontext.cxx
+++ b/binaryurp/source/currentcontext.cxx
@@ -30,9 +30,7 @@
#include "currentcontext.hxx"
-namespace binaryurp {
-
-namespace current_context {
+namespace binaryurp::current_context {
css::uno::UnoInterfaceReference get() {
css::uno::UnoInterfaceReference cc;
@@ -57,6 +55,4 @@ void set(css::uno::UnoInterfaceReference const & value) {
}
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */