From 0371a6336582aea9574d1f8e6ae152ef3f95ac62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Oct 2014 12:03:33 +0200 Subject: 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 Tested-by: Noel Grandin --- i18npool/source/indexentry/genindex_data.cxx | 2 -- i18npool/source/indexentry/indexentrysupplier.cxx | 1 - i18npool/source/indexentry/indexentrysupplier_asian.cxx | 1 - i18npool/source/indexentry/indexentrysupplier_common.cxx | 1 - i18npool/source/indexentry/indexentrysupplier_default.cxx | 1 - i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx | 2 -- 6 files changed, 8 deletions(-) (limited to 'i18npool/source/indexentry') diff --git a/i18npool/source/indexentry/genindex_data.cxx b/i18npool/source/indexentry/genindex_data.cxx index f3fa9c6abd99..990b24b31399 100644 --- a/i18npool/source/indexentry/genindex_data.cxx +++ b/i18npool/source/indexentry/genindex_data.cxx @@ -29,8 +29,6 @@ #define MAX_ADDRESS 0x30000 #define MAX_INDEX MAX_ADDRESS/0x100 -using namespace ::rtl; - /* Main Procedure */ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) diff --git a/i18npool/source/indexentry/indexentrysupplier.cxx b/i18npool/source/indexentry/indexentrysupplier.cxx index b64899abcab8..5704aa83841d 100644 --- a/i18npool/source/indexentry/indexentrysupplier.cxx +++ b/i18npool/source/indexentry/indexentrysupplier.cxx @@ -24,7 +24,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::rtl; namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/source/indexentry/indexentrysupplier_asian.cxx b/i18npool/source/indexentry/indexentrysupplier_asian.cxx index ba59c47d92bb..3c25ffae61aa 100644 --- a/i18npool/source/indexentry/indexentrysupplier_asian.cxx +++ b/i18npool/source/indexentry/indexentrysupplier_asian.cxx @@ -24,7 +24,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::rtl; namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/source/indexentry/indexentrysupplier_common.cxx b/i18npool/source/indexentry/indexentrysupplier_common.cxx index ce1e2fc7e814..5caf73d4532e 100644 --- a/i18npool/source/indexentry/indexentrysupplier_common.cxx +++ b/i18npool/source/indexentry/indexentrysupplier_common.cxx @@ -24,7 +24,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star; -using namespace ::rtl; namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/source/indexentry/indexentrysupplier_default.cxx b/i18npool/source/indexentry/indexentrysupplier_default.cxx index 13ce777861bf..685a756efefb 100644 --- a/i18npool/source/indexentry/indexentrysupplier_default.cxx +++ b/i18npool/source/indexentry/indexentrysupplier_default.cxx @@ -24,7 +24,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::rtl; namespace com { namespace sun { namespace star { namespace i18n { diff --git a/i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx b/i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx index 39ce0ee685a5..4e2b6ab3461f 100644 --- a/i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx +++ b/i18npool/source/indexentry/indexentrysupplier_ja_phonetic.cxx @@ -23,8 +23,6 @@ #include #include -using namespace ::rtl; - namespace com { namespace sun { namespace star { namespace i18n { OUString SAL_CALL IndexEntrySupplier_ja_phonetic::getIndexCharacter( const OUString& rIndexEntry, -- cgit