summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncpp.hxx4
-rw-r--r--unodevtools/source/skeletonmaker/skeletonjava.hxx4
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