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 /shell/source/win32 | |
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 'shell/source/win32')
-rw-r--r-- | shell/source/win32/SysShentry.cxx | 1 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailentry.cxx | 1 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestSmplMail.cxx | 3 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestSysShExec.cxx | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index 7c8ea3387bf0..38e071bcedd3 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -26,7 +26,6 @@ // namespace directives -using namespace ::rtl ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::container ; using namespace ::com::sun::star::lang ; diff --git a/shell/source/win32/simplemail/smplmailentry.cxx b/shell/source/win32/simplemail/smplmailentry.cxx index 5812d1e41e1c..b0329df05159 100644 --- a/shell/source/win32/simplemail/smplmailentry.cxx +++ b/shell/source/win32/simplemail/smplmailentry.cxx @@ -26,7 +26,6 @@ // namespace directives -using namespace ::rtl ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::container ; using namespace ::com::sun::star::lang ; diff --git a/shell/source/win32/workbench/TestSmplMail.cxx b/shell/source/win32/workbench/TestSmplMail.cxx index 6d32d387a49e..b964dc484e7a 100644 --- a/shell/source/win32/workbench/TestSmplMail.cxx +++ b/shell/source/win32/workbench/TestSmplMail.cxx @@ -37,10 +37,9 @@ #include <osl/file.hxx> -// namesapces +// namespaces -using namespace ::rtl ; using namespace ::cppu ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::lang ; diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx index fe1936ddb6ff..72d352a4774e 100644 --- a/shell/source/win32/workbench/TestSysShExec.cxx +++ b/shell/source/win32/workbench/TestSysShExec.cxx @@ -42,7 +42,6 @@ // namesapces -using namespace ::rtl ; using namespace ::cppu ; using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::lang ; |