summaryrefslogtreecommitdiff
path: root/filter
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 /filter
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 'filter')
-rw-r--r--filter/source/flash/swfuno.cxx1
-rw-r--r--filter/source/msfilter/escherex.cxx1
-rw-r--r--filter/source/msfilter/msocximex.cxx1
-rw-r--r--filter/source/odfflatxml/OdfFlatXml.cxx1
-rw-r--r--filter/source/pdf/pdfuno.cxx1
-rw-r--r--filter/source/placeware/uno.cxx1
-rw-r--r--filter/source/svg/impsvgdialog.cxx1
-rw-r--r--filter/source/t602/filterenv.cxx1
-rw-r--r--filter/source/t602/t602filter.cxx1
-rw-r--r--filter/source/xmlfilteradaptor/genericfilter.cxx1
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.cxx1
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.cxx1
-rw-r--r--filter/source/xsltfilter/OleHandler.cxx1
-rw-r--r--filter/source/xsltfilter/XSLTFilter.cxx1
14 files changed, 0 insertions, 14 deletions
diff --git a/filter/source/flash/swfuno.cxx b/filter/source/flash/swfuno.cxx
index 5c4066b49f4a..ca011f969134 100644
--- a/filter/source/flash/swfuno.cxx
+++ b/filter/source/flash/swfuno.cxx
@@ -26,7 +26,6 @@
#include <swfuno.hxx>
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index e370e5bcc08a..bfad5c53d524 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -93,7 +93,6 @@
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
-using namespace ::rtl;
using namespace ::com::sun::star;
diff --git a/filter/source/msfilter/msocximex.cxx b/filter/source/msfilter/msocximex.cxx
index d037611cce20..88af7e8db0a3 100644
--- a/filter/source/msfilter/msocximex.cxx
+++ b/filter/source/msfilter/msocximex.cxx
@@ -28,7 +28,6 @@
#include <filter/msfilter/msocximex.hxx>
using namespace ::com::sun::star;
-using namespace ::rtl;
OUString sWW8_form( "WW-Standard" );
diff --git a/filter/source/odfflatxml/OdfFlatXml.cxx b/filter/source/odfflatxml/OdfFlatXml.cxx
index 09d03cc38269..fe800ef9dcb0 100644
--- a/filter/source/odfflatxml/OdfFlatXml.cxx
+++ b/filter/source/odfflatxml/OdfFlatXml.cxx
@@ -35,7 +35,6 @@
#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/io/XSeekable.hpp>
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::osl;
using namespace ::sax;
diff --git a/filter/source/pdf/pdfuno.cxx b/filter/source/pdf/pdfuno.cxx
index 7a3525f4d1cb..3b0a77093ed2 100644
--- a/filter/source/pdf/pdfuno.cxx
+++ b/filter/source/pdf/pdfuno.cxx
@@ -28,7 +28,6 @@
#include <pdfdialog.hxx>
#include <pdfinteract.hxx>
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/filter/source/placeware/uno.cxx b/filter/source/placeware/uno.cxx
index fba103355ad8..e871dbea2b69 100644
--- a/filter/source/placeware/uno.cxx
+++ b/filter/source/placeware/uno.cxx
@@ -27,7 +27,6 @@
#include <filter.hxx>
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/filter/source/svg/impsvgdialog.cxx b/filter/source/svg/impsvgdialog.cxx
index 7a7a958b2447..5fd3e6d218b4 100644
--- a/filter/source/svg/impsvgdialog.cxx
+++ b/filter/source/svg/impsvgdialog.cxx
@@ -21,7 +21,6 @@
#include "impsvgdialog.hxx"
#include <cstdio>
-using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
diff --git a/filter/source/t602/filterenv.cxx b/filter/source/t602/filterenv.cxx
index 1e9ff82e8bbe..13500d2250f5 100644
--- a/filter/source/t602/filterenv.cxx
+++ b/filter/source/t602/filterenv.cxx
@@ -25,7 +25,6 @@
#include "t602filter.hxx"
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/filter/source/t602/t602filter.cxx b/filter/source/t602/t602filter.cxx
index 1122d5a98c91..aa4ab8ebcdbc 100644
--- a/filter/source/t602/t602filter.cxx
+++ b/filter/source/t602/t602filter.cxx
@@ -37,7 +37,6 @@
#include <com/sun/star/awt/XDialog.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::osl;
using namespace ::com::sun::star;
diff --git a/filter/source/xmlfilteradaptor/genericfilter.cxx b/filter/source/xmlfilteradaptor/genericfilter.cxx
index 1ce1ea13b4e9..07105e3887f1 100644
--- a/filter/source/xmlfilteradaptor/genericfilter.cxx
+++ b/filter/source/xmlfilteradaptor/genericfilter.cxx
@@ -24,7 +24,6 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include "XmlFilterAdaptor.hxx"
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx b/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
index d8086212c7aa..ec812ddd937a 100644
--- a/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
+++ b/filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
@@ -29,7 +29,6 @@
#include "xmlfiltertabpagexslt.hxx"
#include "xmlfiltersettingsdialog.hxx"
-using namespace ::rtl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::lang;
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.cxx b/filter/source/xsltfilter/LibXSLTTransformer.cxx
index 7b21e24dbb8c..eb07843a9803 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.cxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.cxx
@@ -48,7 +48,6 @@
#include <OleHandler.hxx>
#include <boost/scoped_ptr.hpp>
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::osl;
using namespace ::com::sun::star::beans;
diff --git a/filter/source/xsltfilter/OleHandler.cxx b/filter/source/xsltfilter/OleHandler.cxx
index 151517405652..edd0678fb01e 100644
--- a/filter/source/xsltfilter/OleHandler.cxx
+++ b/filter/source/xsltfilter/OleHandler.cxx
@@ -47,7 +47,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::embed;
-using namespace ::rtl;
namespace XSLT
diff --git a/filter/source/xsltfilter/XSLTFilter.cxx b/filter/source/xsltfilter/XSLTFilter.cxx
index ce992a7ea1a0..f2fe4fa7f6e8 100644
--- a/filter/source/xsltfilter/XSLTFilter.cxx
+++ b/filter/source/xsltfilter/XSLTFilter.cxx
@@ -74,7 +74,6 @@
#define TRANSFORMATION_TIMEOUT_SEC 60
-using namespace ::rtl;
using namespace ::cppu;
using namespace ::osl;
using namespace ::sax;