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 /unotools | |
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 'unotools')
-rw-r--r-- | unotools/source/accessibility/accessiblerelationsethelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/accessibility/accessiblestatesethelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/cmdoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/compatibility.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/extendedsecurityoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/fontoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/localisationoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/printwarningoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/securityoptions.cxx | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/unotools/source/accessibility/accessiblerelationsethelper.cxx b/unotools/source/accessibility/accessiblerelationsethelper.cxx index 7bdbedccc256..6881e608e6e5 100644 --- a/unotools/source/accessibility/accessiblerelationsethelper.cxx +++ b/unotools/source/accessibility/accessiblerelationsethelper.cxx @@ -23,7 +23,6 @@ #include <comphelper/servicehelper.hxx> using namespace ::utl; -using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx index 70efa7617d28..a1b2f87670a5 100644 --- a/unotools/source/accessibility/accessiblestatesethelper.cxx +++ b/unotools/source/accessibility/accessiblestatesethelper.cxx @@ -26,7 +26,6 @@ #define BITFIELDSIZE 64 using namespace ::utl; -using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx index 06cdff9d691a..064e2f245cf4 100644 --- a/unotools/source/config/cmdoptions.cxx +++ b/unotools/source/config/cmdoptions.cxx @@ -34,7 +34,6 @@ using namespace ::std; using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx index 62a96bc59364..bf427acd59ab 100644 --- a/unotools/source/config/compatibility.cxx +++ b/unotools/source/config/compatibility.cxx @@ -35,7 +35,6 @@ using namespace ::std; using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index ccf2d87dd62c..0fa72fe8f785 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -33,7 +33,6 @@ using namespace ::std; using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx index 751c53be4dc0..c1da0fce5584 100644 --- a/unotools/source/config/extendedsecurityoptions.cxx +++ b/unotools/source/config/extendedsecurityoptions.cxx @@ -32,7 +32,6 @@ #include "itemholder1.hxx" using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx index 9172fcc1191b..c04640c52ff8 100644 --- a/unotools/source/config/fontoptions.cxx +++ b/unotools/source/config/fontoptions.cxx @@ -28,7 +28,6 @@ #include "itemholder1.hxx" using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; diff --git a/unotools/source/config/localisationoptions.cxx b/unotools/source/config/localisationoptions.cxx index ed83d1c0bbaa..62b4616b7ebc 100644 --- a/unotools/source/config/localisationoptions.cxx +++ b/unotools/source/config/localisationoptions.cxx @@ -27,7 +27,6 @@ #include "itemholder1.hxx" using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; diff --git a/unotools/source/config/printwarningoptions.cxx b/unotools/source/config/printwarningoptions.cxx index 61444a916ae8..99b29d3fcdfa 100644 --- a/unotools/source/config/printwarningoptions.cxx +++ b/unotools/source/config/printwarningoptions.cxx @@ -29,7 +29,6 @@ // namespaces using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx index ead115f19d52..a699c1d37cd9 100644 --- a/unotools/source/config/securityoptions.cxx +++ b/unotools/source/config/securityoptions.cxx @@ -36,7 +36,6 @@ // namespaces using namespace ::utl; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star::uno; |