summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-27 23:04:15 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-27 23:04:15 +0200
commitf8231a9765b63ef57d4e099936b94357267ac9b3 (patch)
treefac7889e20954a10e5dd0865a9f110dc5833b7c1 /svtools
parent9e0502f27d4a3069540eaf6090ed0b5936889fb2 (diff)
some eco-activism
Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/graphic/descriptor.hxx2
-rw-r--r--svtools/source/graphic/graphic.hxx2
-rw-r--r--svtools/source/graphic/transformer.hxx2
-rw-r--r--svtools/source/inc/provider.hxx2
-rw-r--r--svtools/source/inc/renderer.hxx3
-rw-r--r--svtools/source/uno/miscservices.cxx1
6 files changed, 1 insertions, 11 deletions
diff --git a/svtools/source/graphic/descriptor.hxx b/svtools/source/graphic/descriptor.hxx
index e5babc70764e..ed8f87c312eb 100644
--- a/svtools/source/graphic/descriptor.hxx
+++ b/svtools/source/graphic/descriptor.hxx
@@ -53,8 +53,6 @@
#define MIMETYPE_SVG "image/svg+xml"
#define MIMETYPE_VCLGRAPHIC "image/x-vclgraphic"
-using namespace com::sun::star;
-
namespace comphelper { class PropertySetInfo; }
namespace com { namespace sun { namespace star { namespace io { class XInputStream; } } } }
diff --git a/svtools/source/graphic/graphic.hxx b/svtools/source/graphic/graphic.hxx
index adecace1c5ce..de1958fe885a 100644
--- a/svtools/source/graphic/graphic.hxx
+++ b/svtools/source/graphic/graphic.hxx
@@ -28,8 +28,6 @@
#include "descriptor.hxx"
#include "transformer.hxx"
-using namespace com::sun::star;
-
class Graphic;
namespace unographic {
diff --git a/svtools/source/graphic/transformer.hxx b/svtools/source/graphic/transformer.hxx
index 9ae4cffdda47..6abef364deb2 100644
--- a/svtools/source/graphic/transformer.hxx
+++ b/svtools/source/graphic/transformer.hxx
@@ -24,8 +24,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/graphic/XGraphicTransformer.hpp>
-using namespace com::sun::star;
-
namespace unographic {
// ----------------------
diff --git a/svtools/source/inc/provider.hxx b/svtools/source/inc/provider.hxx
index 6095e5f8fed1..c27836f9396a 100644
--- a/svtools/source/inc/provider.hxx
+++ b/svtools/source/inc/provider.hxx
@@ -25,8 +25,6 @@
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
-using namespace com::sun::star;
-
namespace unographic {
// -------------------
diff --git a/svtools/source/inc/renderer.hxx b/svtools/source/inc/renderer.hxx
index 58d2774c8a82..f7841028281b 100644
--- a/svtools/source/inc/renderer.hxx
+++ b/svtools/source/inc/renderer.hxx
@@ -27,9 +27,6 @@
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/graphic/XGraphicRenderer.hpp>
-
-using namespace com::sun::star;
-
class OutputDevice;
namespace unographic {
diff --git a/svtools/source/uno/miscservices.cxx b/svtools/source/uno/miscservices.cxx
index 406367971782..da5e7d248e2e 100644
--- a/svtools/source/uno/miscservices.cxx
+++ b/svtools/source/uno/miscservices.cxx
@@ -34,6 +34,7 @@
#include "cppuhelper/implementationentry.hxx"
+using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::lang;