summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-29 12:03:33 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-29 11:28:54 +0000
commit0371a6336582aea9574d1f8e6ae152ef3f95ac62 (patch)
tree06cc3b234b45ee5a5cb72387068adae84226ce9b /svx/source/unodraw
parentb9f080e012d0e4f5343da940079c20d3f9c63513 (diff)
remove unnecessary 'using namespace rtl' declarations
It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/UnoNameItemTable.cxx1
-rw-r--r--svx/source/unodraw/XPropertyTable.cxx1
-rw-r--r--svx/source/unodraw/gluepts.cxx1
-rw-r--r--svx/source/unodraw/unobtabl.cxx1
-rw-r--r--svx/source/unodraw/unodtabl.cxx1
-rw-r--r--svx/source/unodraw/unogtabl.cxx1
-rw-r--r--svx/source/unodraw/unohtabl.cxx1
-rw-r--r--svx/source/unodraw/unomod.cxx1
-rw-r--r--svx/source/unodraw/unomtabl.cxx1
-rw-r--r--svx/source/unodraw/unopool.cxx1
-rw-r--r--svx/source/unodraw/unoprov.cxx1
-rw-r--r--svx/source/unodraw/unoshap4.cxx1
-rw-r--r--svx/source/unodraw/unoshtxt.cxx1
-rw-r--r--svx/source/unodraw/unottabl.cxx1
14 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/unodraw/UnoNameItemTable.cxx b/svx/source/unodraw/UnoNameItemTable.cxx
index 5cb402d6ad0f..406c685c4fca 100644
--- a/svx/source/unodraw/UnoNameItemTable.cxx
+++ b/svx/source/unodraw/UnoNameItemTable.cxx
@@ -33,7 +33,6 @@
#include <boost/scoped_ptr.hpp>
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
SvxUnoNameItemTable::SvxUnoNameItemTable( SdrModel* pModel, sal_uInt16 nWhich, sal_uInt8 nMemberId ) throw()
diff --git a/svx/source/unodraw/XPropertyTable.cxx b/svx/source/unodraw/XPropertyTable.cxx
index 4e4bc7eec63f..417e4737efd8 100644
--- a/svx/source/unodraw/XPropertyTable.cxx
+++ b/svx/source/unodraw/XPropertyTable.cxx
@@ -39,7 +39,6 @@
using namespace com::sun::star;
using namespace ::cppu;
-using namespace ::rtl;
class SvxUnoXPropertyTable : public WeakImplHelper2< container::XNameContainer, lang::XServiceInfo >
{
diff --git a/svx/source/unodraw/gluepts.cxx b/svx/source/unodraw/gluepts.cxx
index 09601a0579ec..30a303e414d8 100644
--- a/svx/source/unodraw/gluepts.cxx
+++ b/svx/source/unodraw/gluepts.cxx
@@ -31,7 +31,6 @@
#include <gluepts.hxx>
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
const sal_uInt16 NON_USER_DEFINED_GLUE_POINTS = 4;
diff --git a/svx/source/unodraw/unobtabl.cxx b/svx/source/unodraw/unobtabl.cxx
index 938d3cc79d28..038f6d2166f8 100644
--- a/svx/source/unodraw/unobtabl.cxx
+++ b/svx/source/unodraw/unobtabl.cxx
@@ -33,7 +33,6 @@
#include <editeng/memberids.hrc>
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
class SvxUnoBitmapTable : public SvxUnoNameItemTable
diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx
index 8f9e3161395c..875aac4d696f 100644
--- a/svx/source/unodraw/unodtabl.cxx
+++ b/svx/source/unodraw/unodtabl.cxx
@@ -31,7 +31,6 @@
#include "svx/unofill.hxx"
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
class SvxUnoDashTable : public SvxUnoNameItemTable
diff --git a/svx/source/unodraw/unogtabl.cxx b/svx/source/unodraw/unogtabl.cxx
index dc72188e8b1a..58e8ff63b382 100644
--- a/svx/source/unodraw/unogtabl.cxx
+++ b/svx/source/unodraw/unogtabl.cxx
@@ -30,7 +30,6 @@
#include <svx/unomid.hxx>
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
class SvxUnoGradientTable : public SvxUnoNameItemTable
diff --git a/svx/source/unodraw/unohtabl.cxx b/svx/source/unodraw/unohtabl.cxx
index 1b0adc19dd42..545397caee92 100644
--- a/svx/source/unodraw/unohtabl.cxx
+++ b/svx/source/unodraw/unohtabl.cxx
@@ -30,7 +30,6 @@
#include "svx/unofill.hxx"
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
class SvxUnoHatchTable : public SvxUnoNameItemTable
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx
index 892af997ab0b..94f0fb060833 100644
--- a/svx/source/unodraw/unomod.cxx
+++ b/svx/source/unodraw/unomod.cxx
@@ -55,7 +55,6 @@
//-
-using namespace ::rtl;
using namespace ::osl;
using namespace ::com::sun::star;
diff --git a/svx/source/unodraw/unomtabl.cxx b/svx/source/unodraw/unomtabl.cxx
index 99e6296e63a0..5ce33fa114fc 100644
--- a/svx/source/unodraw/unomtabl.cxx
+++ b/svx/source/unodraw/unomtabl.cxx
@@ -45,7 +45,6 @@
#include "svx/unoapi.hxx"
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
typedef std::vector< SfxItemSet* > ItemPoolVector;
diff --git a/svx/source/unodraw/unopool.cxx b/svx/source/unodraw/unopool.cxx
index 3fa5535e97ce..6d4320cc3380 100644
--- a/svx/source/unodraw/unopool.cxx
+++ b/svx/source/unodraw/unopool.cxx
@@ -41,7 +41,6 @@
#include <boost/scoped_ptr.hpp>
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
SvxUnoDrawPool::SvxUnoDrawPool(SdrModel* pModel, sal_Int32 nServiceId)
diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx
index 92460cd80beb..4bd415154f34 100644
--- a/svx/source/unodraw/unoprov.cxx
+++ b/svx/source/unodraw/unoprov.cxx
@@ -44,7 +44,6 @@
#include <shapeimpl.hxx>
-using namespace ::rtl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::beans::PropertyAttribute;
using ::com::sun::star::drawing::TextVerticalAdjust;
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index 4060401a6a2f..d3b96039e9f7 100644
--- a/svx/source/unodraw/unoshap4.cxx
+++ b/svx/source/unodraw/unoshap4.cxx
@@ -57,7 +57,6 @@
using namespace ::osl;
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index 4155cda76830..0c164abe9eba 100644
--- a/svx/source/unodraw/unoshtxt.cxx
+++ b/svx/source/unodraw/unoshtxt.cxx
@@ -53,7 +53,6 @@
#include <svx/sdrpaintwindow.hxx>
using namespace ::osl;
-using namespace ::rtl;
using ::com::sun::star::uno::XInterface;
diff --git a/svx/source/unodraw/unottabl.cxx b/svx/source/unodraw/unottabl.cxx
index 57fc0db4e336..725f2e88875d 100644
--- a/svx/source/unodraw/unottabl.cxx
+++ b/svx/source/unodraw/unottabl.cxx
@@ -30,7 +30,6 @@
#include "UnoNameItemTable.hxx"
using namespace ::com::sun::star;
-using namespace ::rtl;
using namespace ::cppu;
class SvxUnoTransGradientTable : public SvxUnoNameItemTable