summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx4
-rw-r--r--unodevtools/source/skeletonmaker/cpptypemaker.cxx4
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx4
-rw-r--r--unodevtools/source/skeletonmaker/javatypemaker.cxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 8ea19cbead94..2888af65f42e 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -29,7 +29,7 @@
using namespace ::codemaker::cpp;
-namespace skeletonmaker { namespace cpp {
+namespace skeletonmaker::cpp {
static void generateIncludes(std::ostream & o,
const std::set< OUString >& interfaces,
@@ -1218,7 +1218,7 @@ void generateCalcAddin(ProgramOptions const & options,
}
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unodevtools/source/skeletonmaker/cpptypemaker.cxx b/unodevtools/source/skeletonmaker/cpptypemaker.cxx
index 9b145f23ae71..14304c4761ff 100644
--- a/unodevtools/source/skeletonmaker/cpptypemaker.cxx
+++ b/unodevtools/source/skeletonmaker/cpptypemaker.cxx
@@ -30,7 +30,7 @@
using namespace ::codemaker::cpp;
-namespace skeletonmaker { namespace cpp {
+namespace skeletonmaker::cpp {
static void printType(
std::ostream & o, ProgramOptions const & options,
@@ -969,7 +969,7 @@ void generateDocumentation(std::ostream & o,
}
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index 2cb684366431..ca4735747f13 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -30,7 +30,7 @@
using namespace ::codemaker::java;
-namespace skeletonmaker { namespace java {
+namespace skeletonmaker::java {
static void generatePackage(std::ostream & o, const OString & implname)
{
@@ -914,7 +914,7 @@ void generateSkeleton(ProgramOptions const & options,
}
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unodevtools/source/skeletonmaker/javatypemaker.cxx b/unodevtools/source/skeletonmaker/javatypemaker.cxx
index 4cf3fd677822..f88530ecb316 100644
--- a/unodevtools/source/skeletonmaker/javatypemaker.cxx
+++ b/unodevtools/source/skeletonmaker/javatypemaker.cxx
@@ -29,7 +29,7 @@
#include "skeletoncommon.hxx"
#include "skeletonjava.hxx"
-namespace skeletonmaker { namespace java {
+namespace skeletonmaker::java {
static void printType(
std::ostream & o, ProgramOptions const & options,
@@ -854,7 +854,7 @@ void generateDocumentation(std::ostream & o,
}
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */