summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/algitem.cxx1
-rw-r--r--svx/source/items/chrtitem.cxx1
-rw-r--r--svx/source/items/e3ditem.cxx1
-rw-r--r--svx/source/items/pageitem.cxx1
-rw-r--r--svx/source/items/rotmodit.cxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/items/algitem.cxx b/svx/source/items/algitem.cxx
index a9de3e273a0d..ed3e67748d4a 100644
--- a/svx/source/items/algitem.cxx
+++ b/svx/source/items/algitem.cxx
@@ -38,7 +38,6 @@
#include <editeng/itemtype.hxx>
#include <svx/unomid.hxx>
-using namespace ::rtl;
using namespace ::com::sun::star;
TYPEINIT1_FACTORY( SvxOrientationItem, SfxEnumItem, new SvxOrientationItem(SVX_ORIENTATION_STANDARD, 0) );
diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx
index bd74e54cf351..69927c65a1ed 100644
--- a/svx/source/items/chrtitem.cxx
+++ b/svx/source/items/chrtitem.cxx
@@ -28,7 +28,6 @@
#include "svx/chrtitem.hxx"
-using namespace ::rtl;
using namespace ::com::sun::star;
diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx
index fd6635ab38f4..80ecad61aab2 100644
--- a/svx/source/items/e3ditem.cxx
+++ b/svx/source/items/e3ditem.cxx
@@ -22,7 +22,6 @@
#include <svx/e3ditem.hxx>
-using namespace ::rtl;
using namespace ::com::sun::star;
TYPEINIT1_FACTORY(SvxB3DVectorItem, SfxPoolItem, new SvxB3DVectorItem);
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx
index f44e9e1ebd25..c051c0a61bc9 100644
--- a/svx/source/items/pageitem.cxx
+++ b/svx/source/items/pageitem.cxx
@@ -29,7 +29,6 @@
#include <svx/svxitems.hrc>
#include <svx/dialmgr.hxx>
-using namespace ::rtl;
using namespace ::com::sun::star;
TYPEINIT1_FACTORY( SvxPageItem, SfxPoolItem , new SvxPageItem(0));
diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx
index c80589ae4dea..059bdff530b2 100644
--- a/svx/source/items/rotmodit.cxx
+++ b/svx/source/items/rotmodit.cxx
@@ -33,7 +33,6 @@
#include "svx/rotmodit.hxx"
-using namespace ::rtl;
using namespace ::com::sun::star;
TYPEINIT1_FACTORY(SvxRotateModeItem, SfxEnumItem, new SvxRotateModeItem(SVX_ROTATE_MODE_STANDARD, 0));