summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 10:55:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 12:16:54 +0200
commit3eed23154170fcb8d313ff079d61c9701b77eefa (patch)
tree1c9b0daee609373cdd68141d4f7d203e99f5e1cf /bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
parentCppUnittest: ooxmlexport9: assert pages where possible (diff)
downloadcore-3eed23154170fcb8d313ff079d61c9701b77eefa.tar.gz
core-3eed23154170fcb8d313ff079d61c9701b77eefa.zip
compact namespace in avmedia..bridges
Change-Id: Iba1282caadab91a0c6e1c044dbab5e6e15f3707b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93705 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
index 5b17378b911f..cd0bd2c743c6 100644
--- a/bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
@@ -229,7 +229,7 @@ static void cpp_call(
}
-namespace bridges { namespace cpp_uno { namespace shared {
+namespace bridges::cpp_uno::shared {
void unoInterfaceProxyDispatch(
uno_Interface * pUnoI, const typelib_TypeDescription * pMemberDescr,
@@ -351,6 +351,6 @@ void unoInterfaceProxyDispatch(
}
}
-} } }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */