summaryrefslogtreecommitdiff
path: root/filter/source/xmlfilteradaptor
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-01 22:59:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-01 22:59:41 +0100
commit7935ca27998d60cd72e2ac5e90fc1e123711a98a (patch)
tree7ce5f66f2db8cdc3577995fa7a29e09664255494 /filter/source/xmlfilteradaptor
parentbb53243922fe50598412d5d459f9ad7569370e51 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'filter/source/xmlfilteradaptor')
-rw-r--r--filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
index b82ec15a9bd3..be367005d217 100644
--- a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
+++ b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
@@ -61,7 +61,6 @@
#include <comphelper/genericpropertyset.hxx>
#include <comphelper/propertysetinfo.hxx>
-using namespace rtl;
using namespace comphelper;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
@@ -75,6 +74,8 @@ using namespace com::sun::star::xml::sax;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::task;
+using ::rtl::OUString;
+
#define MAP_LEN(x) x, sizeof(x) - 1
Reference< com::sun::star::frame::XModel > xModel;