summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
index 98efa29ecbd8..532e9d0d6921 100644
--- a/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
@@ -468,7 +468,7 @@ namespace
}
-namespace bridges { namespace cpp_uno { namespace shared {
+namespace bridges::cpp_uno::shared {
void unoInterfaceProxyDispatch(
uno_Interface * pUnoI, const typelib_TypeDescription * pMemberDescr,
@@ -596,6 +596,7 @@ void unoInterfaceProxyDispatch(
}
}
}
-}}}
+
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */