From 709040e0adf0a533700576b14c8498f986a601e9 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Tue, 30 May 2017 10:57:29 +0200 Subject: remove duplicate 'using namespace' Change-Id: I7f8828f677cfb588135ff75c03ffb75895773440 Reviewed-on: https://gerrit.libreoffice.org/38201 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unotools/source/i18n/localedatawrapper.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index 5df0206ff681..e65713cb7d15 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -1452,7 +1452,6 @@ OUString LocaleDataWrapper::getLongDate( const Date& rDate, CalendarWrapper& rCa bool bTwoDigitYear ) const { ::utl::ReadWriteGuard aGuard( aMutex, ReadWriteGuardMode::BlockCritical ); - using namespace css::i18n; sal_Unicode aBuf[20]; sal_Unicode* pBuf; OUString aStr; -- cgit