summaryrefslogtreecommitdiff
path: root/bridges/inc/bridge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/inc/bridge.hxx')
-rw-r--r--bridges/inc/bridge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/inc/bridge.hxx b/bridges/inc/bridge.hxx
index 9e33cb53bb91..5229c1d4ad5f 100644
--- a/bridges/inc/bridge.hxx
+++ b/bridges/inc/bridge.hxx
@@ -30,7 +30,7 @@
#include <uno/environment.h>
#include <uno/mapping.h>
-namespace bridges { namespace cpp_uno { namespace shared {
+namespace bridges::cpp_uno::shared {
// private:
extern "C" void freeMapping(uno_Mapping *);
@@ -112,7 +112,7 @@ private:
typelib_InterfaceTypeDescription * pTypeDescr);
};
-} } }
+}
#endif