summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 10:59:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 12:40:03 +0200
commit6751a89552f6d739b4e1563143fd3a019478f513 (patch)
treee3a5490c5c505b0b17a3e952492e389974898978 /cppu
parent15adfafee5b48d6f88a0b970c50e5c5bc77a4ab1 (diff)
compact namespace in canvas..cui
Change-Id: I7bd0c2a55b936896fcfe7e1a374871008a18618f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93706 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/uno/IdentityMapping.hxx4
-rw-r--r--cppu/source/uno/loadmodule.hxx4
2 files changed, 3 insertions, 5 deletions
diff --git a/cppu/source/uno/IdentityMapping.hxx b/cppu/source/uno/IdentityMapping.hxx
index ee1fe3b9648d..fe2a644061bd 100644
--- a/cppu/source/uno/IdentityMapping.hxx
+++ b/cppu/source/uno/IdentityMapping.hxx
@@ -22,9 +22,7 @@
#include <uno/mapping.h>
-namespace com { namespace sun { namespace star { namespace uno {
-class Environment;
-}}}}
+namespace com::sun::star::uno { class Environment; }
uno_Mapping * createIdentityMapping(const css::uno::Environment & rEnv);
diff --git a/cppu/source/uno/loadmodule.hxx b/cppu/source/uno/loadmodule.hxx
index df24890ba3f3..cde33594ce06 100644
--- a/cppu/source/uno/loadmodule.hxx
+++ b/cppu/source/uno/loadmodule.hxx
@@ -25,7 +25,7 @@
namespace osl { class Module; }
-namespace cppu { namespace detail {
+namespace cppu::detail {
#ifndef DISABLE_DYNLOADING
@@ -41,7 +41,7 @@ bool loadModule(osl::Module & rModule, OUString const & name);
#endif
-} }
+}
#endif