[Libreoffice-commits] .: i18npool/source

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Feb 24 23:00:52 PST 2011


 i18npool/source/calendar/calendarImpl.cxx       |    2 +-
 i18npool/source/calendar/calendar_gregorian.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4561f0dcb096e3ae6a5e6f5e900fd710a968c383
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Feb 25 02:00:20 2011 -0500

    Let's remove using namespace rtl while I'm at it.

diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx
index aecbbff..c93e178 100644
--- a/i18npool/source/calendar/calendarImpl.cxx
+++ b/i18npool/source/calendar/calendarImpl.cxx
@@ -35,7 +35,7 @@
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
-using namespace ::rtl;
+using ::rtl::OUString;
 
 namespace com { namespace sun { namespace star { namespace i18n {
 
diff --git a/i18npool/source/calendar/calendar_gregorian.cxx b/i18npool/source/calendar/calendar_gregorian.cxx
index 28f7399..8b6eea2 100644
--- a/i18npool/source/calendar/calendar_gregorian.cxx
+++ b/i18npool/source/calendar/calendar_gregorian.cxx
@@ -129,7 +129,7 @@ static void debug_i18n_cal_dump( const ::icu::Calendar & r )
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
-using namespace ::rtl;
+using ::rtl::OUString;
 
 namespace com { namespace sun { namespace star { namespace i18n {
 


More information about the Libreoffice-commits mailing list