summaryrefslogtreecommitdiffstats
path: root/i18npool/source/collator
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 /i18npool/source/collator
parentFix -fsanitize=signed-integer-overflow (diff)
downloadcore-0371a6336582aea9574d1f8e6ae152ef3f95ac62.tar.gz
core-0371a6336582aea9574d1f8e6ae152ef3f95ac62.zip
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 'i18npool/source/collator')
-rw-r--r--i18npool/source/collator/chaptercollator.cxx1
-rw-r--r--i18npool/source/collator/collator_unicode.cxx1
-rw-r--r--i18npool/source/collator/gencoll_rule.cxx2
3 files changed, 0 insertions, 4 deletions
diff --git a/i18npool/source/collator/chaptercollator.cxx b/i18npool/source/collator/chaptercollator.cxx
index 2eb4e146c395..e290c39abbb5 100644
--- a/i18npool/source/collator/chaptercollator.cxx
+++ b/i18npool/source/collator/chaptercollator.cxx
@@ -29,7 +29,6 @@
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::i18n;
-using namespace ::rtl;
ChapterCollator::ChapterCollator( const Reference < XComponentContext >& rxContext ) : CollatorImpl(rxContext)
{
diff --git a/i18npool/source/collator/collator_unicode.cxx b/i18npool/source/collator/collator_unicode.cxx
index 675b00711f31..ac05363f7e28 100644
--- a/i18npool/source/collator/collator_unicode.cxx
+++ b/i18npool/source/collator/collator_unicode.cxx
@@ -32,7 +32,6 @@
using namespace ::com::sun::star;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
-using namespace ::rtl;
namespace com { namespace sun { namespace star { namespace i18n {
diff --git a/i18npool/source/collator/gencoll_rule.cxx b/i18npool/source/collator/gencoll_rule.cxx
index 8c4abb3b0f15..827f8127c100 100644
--- a/i18npool/source/collator/gencoll_rule.cxx
+++ b/i18npool/source/collator/gencoll_rule.cxx
@@ -30,8 +30,6 @@
#include <unicode/tblcoll.h>
-using namespace ::rtl;
-
/* Main Procedure */
void data_write(char* file, char* name, sal_uInt8 *data, sal_Int32 len)