summaryrefslogtreecommitdiff
path: root/binaryurp/source/currentcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/currentcontext.hxx')
-rw-r--r--binaryurp/source/currentcontext.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/binaryurp/source/currentcontext.hxx b/binaryurp/source/currentcontext.hxx
index 2a929bf294f8..95600e62d713 100644
--- a/binaryurp/source/currentcontext.hxx
+++ b/binaryurp/source/currentcontext.hxx
@@ -22,13 +22,9 @@
#include <sal/config.h>
-namespace com { namespace sun { namespace star { namespace uno {
- class UnoInterfaceReference;
-} } } }
+namespace com::sun::star::uno { class UnoInterfaceReference; }
-namespace binaryurp {
-
-namespace current_context {
+namespace binaryurp::current_context {
com::sun::star::uno::UnoInterfaceReference get();
@@ -36,8 +32,6 @@ void set(com::sun::star::uno::UnoInterfaceReference const & value);
}
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */