diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-29 12:03:33 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-10-29 11:28:54 +0000 |
commit | 0371a6336582aea9574d1f8e6ae152ef3f95ac62 (patch) | |
tree | 06cc3b234b45ee5a5cb72387068adae84226ce9b /dtrans | |
parent | b9f080e012d0e4f5343da940079c20d3f9c63513 (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 'dtrans')
-rw-r--r-- | dtrans/source/cnttype/mcnttfactory.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/cnttype/mctfentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/cnttype/wbench/testcnttype.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/test/test_dtrans.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/clipb/wcbentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/dndentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/ftransl/ftranslentry.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/workbench/test_wincb.cxx | 1 | ||||
-rw-r--r-- | dtrans/source/win32/workbench/testmarshal.cxx | 1 | ||||
-rw-r--r-- | dtrans/test/win32/dnd/transferable.hxx | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.cxx b/dtrans/source/cnttype/mcnttfactory.cxx index 3e1c016ae5c5..95010d51e7b4 100644 --- a/dtrans/source/cnttype/mcnttfactory.cxx +++ b/dtrans/source/cnttype/mcnttfactory.cxx @@ -26,7 +26,6 @@ // namespace directives -using namespace ::rtl; using namespace ::osl; using namespace ::cppu; using namespace com::sun::star::uno; diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx index 279a1d3668e0..8164951d465a 100644 --- a/dtrans/source/cnttype/mctfentry.cxx +++ b/dtrans/source/cnttype/mctfentry.cxx @@ -33,7 +33,6 @@ // namespace directives -using namespace ::rtl ; using namespace ::cppu ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::registry ; diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx index e1535fb2e81a..77a01ecef72e 100644 --- a/dtrans/source/cnttype/wbench/testcnttype.cxx +++ b/dtrans/source/cnttype/wbench/testcnttype.cxx @@ -39,7 +39,6 @@ // namesapces -using namespace ::rtl; using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star::datatransfer; diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx index 3e5c0a7dbea3..052708e2a29c 100644 --- a/dtrans/source/test/test_dtrans.cxx +++ b/dtrans/source/test/test_dtrans.cxx @@ -49,7 +49,6 @@ // namespaces -using namespace ::rtl; using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star::container; diff --git a/dtrans/source/win32/clipb/wcbentry.cxx b/dtrans/source/win32/clipb/wcbentry.cxx index 0e91ccec074f..a9f6d638200c 100644 --- a/dtrans/source/win32/clipb/wcbentry.cxx +++ b/dtrans/source/win32/clipb/wcbentry.cxx @@ -33,7 +33,6 @@ // namespace directives -using namespace ::rtl ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::registry ; using namespace ::cppu ; diff --git a/dtrans/source/win32/dnd/dndentry.cxx b/dtrans/source/win32/dnd/dndentry.cxx index da2e8de24bdd..efac99d9305b 100644 --- a/dtrans/source/win32/dnd/dndentry.cxx +++ b/dtrans/source/win32/dnd/dndentry.cxx @@ -25,7 +25,6 @@ #include "source.hxx" #include "target.hxx" -using namespace ::rtl ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::registry ; using namespace ::cppu ; diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 0e6d324f01cb..fa4bb1baf473 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -35,7 +35,6 @@ // namespace directives -using namespace ::rtl ; using namespace ::cppu ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::registry ; diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx index 0527ae4facce..5fd199bda55e 100644 --- a/dtrans/source/win32/workbench/test_wincb.cxx +++ b/dtrans/source/win32/workbench/test_wincb.cxx @@ -58,7 +58,6 @@ // namesapces -using namespace ::rtl; using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star::datatransfer; diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx index e1047be86ee1..b3fd58f61bda 100644 --- a/dtrans/source/win32/workbench/testmarshal.cxx +++ b/dtrans/source/win32/workbench/testmarshal.cxx @@ -47,7 +47,6 @@ // namesapces -using namespace ::rtl; using namespace ::std; // globales diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx index 96688ddbf166..c69d610a2e90 100644 --- a/dtrans/test/win32/dnd/transferable.hxx +++ b/dtrans/test/win32/dnd/transferable.hxx @@ -58,7 +58,6 @@ // namesapces -using namespace ::rtl; using namespace ::std; using namespace ::cppu; using namespace ::com::sun::star::datatransfer; |