summaryrefslogtreecommitdiff
path: root/unodevtools/source
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source')
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx1
-rw-r--r--unodevtools/source/skeletonmaker/cpptypemaker.cxx1
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx1
-rw-r--r--unodevtools/source/skeletonmaker/javatypemaker.cxx2
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.cxx1
-rw-r--r--unodevtools/source/skeletonmaker/skeletonmaker.cxx1
-rw-r--r--unodevtools/source/unodevtools/options.cxx2
7 files changed, 0 insertions, 9 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 17b46cf41d2b..81ab1d1b97cd 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -27,7 +27,6 @@
#include <iostream>
-using namespace ::rtl;
using namespace ::codemaker::cpp;
namespace skeletonmaker { namespace cpp {
diff --git a/unodevtools/source/skeletonmaker/cpptypemaker.cxx b/unodevtools/source/skeletonmaker/cpptypemaker.cxx
index b36ab800b0bc..283e477f24ed 100644
--- a/unodevtools/source/skeletonmaker/cpptypemaker.cxx
+++ b/unodevtools/source/skeletonmaker/cpptypemaker.cxx
@@ -26,7 +26,6 @@
#include "skeletoncommon.hxx"
#include "skeletoncpp.hxx"
-using namespace ::rtl;
using namespace ::codemaker::cpp;
namespace skeletonmaker { namespace cpp {
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index 3c1733acbe83..44c9201b4ee5 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -28,7 +28,6 @@
#include <iostream>
-using namespace ::rtl;
using namespace ::codemaker::java;
namespace skeletonmaker { namespace java {
diff --git a/unodevtools/source/skeletonmaker/javatypemaker.cxx b/unodevtools/source/skeletonmaker/javatypemaker.cxx
index 9e1357073c75..a8e2ebfa0fe9 100644
--- a/unodevtools/source/skeletonmaker/javatypemaker.cxx
+++ b/unodevtools/source/skeletonmaker/javatypemaker.cxx
@@ -28,8 +28,6 @@
#include "skeletoncommon.hxx"
#include "skeletonjava.hxx"
-using namespace ::rtl;
-
namespace skeletonmaker { namespace java {
void printType(
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
index 25679bcb33dc..8753b85cc391 100644
--- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx
+++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
@@ -30,7 +30,6 @@
#include <cassert>
#include <iostream>
-using namespace ::rtl;
using namespace ::codemaker::cpp;
namespace skeletonmaker {
diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
index 17f63077c1f8..7aea7b2e5606 100644
--- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx
+++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx
@@ -28,7 +28,6 @@
#include "skeletonjava.hxx"
#include "skeletoncpp.hxx"
-using namespace ::rtl;
using namespace ::skeletonmaker;
using namespace ::unodevtools;
diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx
index 888e6f4bbff4..a2fc5f349217 100644
--- a/unodevtools/source/unodevtools/options.cxx
+++ b/unodevtools/source/unodevtools/options.cxx
@@ -24,8 +24,6 @@
#include "rtl/process.h"
#include "unodevtools/options.hxx"
-using namespace ::rtl;
-
namespace unodevtools {