summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
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/source/graphic
parent9e0502f27d4a3069540eaf6090ed0b5936889fb2 (diff)
some eco-activism
Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130
Diffstat (limited to 'svtools/source/graphic')
-rw-r--r--svtools/source/graphic/descriptor.hxx2
-rw-r--r--svtools/source/graphic/graphic.hxx2
-rw-r--r--svtools/source/graphic/transformer.hxx2
3 files changed, 0 insertions, 6 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 {
// ----------------------