diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 09:19:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-10 18:28:34 +0200 |
commit | de61e14d0b6ee90cb4d170af340275d811b9fbbf (patch) | |
tree | bebbb5d2d82144c2ef73cb9a2918196b80ee5ddd /unodevtools | |
parent | cb3e249e4dbc851f39bd80dfc7fd076543734c6d (diff) |
compact namespace in ucb..uui
Change-Id: I644d5e418028b4b4e66cf67b20a1155a689acab0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93906
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncpp.hxx | 4 | ||||
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonjava.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncpp.hxx b/unodevtools/source/skeletonmaker/skeletoncpp.hxx index 1c715faa669b..569280c5daa3 100644 --- a/unodevtools/source/skeletonmaker/skeletoncpp.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncpp.hxx @@ -24,7 +24,7 @@ #include <codemaker/generatedtypeset.hxx> #include "skeletoncommon.hxx" -namespace skeletonmaker { namespace cpp { +namespace skeletonmaker::cpp { // referenceType // 0 = no reference @@ -89,7 +89,7 @@ void generateXDispatchProvider(std::ostream& o, const OString & classname, const ProtocolCmdMap & protocolCmdMap); -} } +} #endif // INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCPP_HXX diff --git a/unodevtools/source/skeletonmaker/skeletonjava.hxx b/unodevtools/source/skeletonmaker/skeletonjava.hxx index 032be4748905..bc31b5dced70 100644 --- a/unodevtools/source/skeletonmaker/skeletonjava.hxx +++ b/unodevtools/source/skeletonmaker/skeletonjava.hxx @@ -24,7 +24,7 @@ #include <codemaker/generatedtypeset.hxx> #include "skeletoncommon.hxx" -namespace skeletonmaker { namespace java { +namespace skeletonmaker::java { void printType( std::ostream & o, ProgramOptions const & options, @@ -52,7 +52,7 @@ void generateXPropertySetBodies(std::ostream& o); void generateXFastPropertySetBodies(std::ostream& o); void generateXPropertyAccessBodies(std::ostream& o); -} } +} #endif // INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONJAVA_HXX |