[Libreoffice-commits] core.git: i18npool/source
Eike Rathke
erack at redhat.com
Thu Sep 5 08:02:23 PDT 2013
i18npool/source/localedata/localedata.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 67bb0f97e0597c9e8572077e110be73b722a2514
Author: Eike Rathke <erack at redhat.com>
Date: Thu Sep 5 17:01:23 2013 +0200
-Werror,-Wunused-variable 'empStr'
Change-Id: I12fc51ad42fde050dffda42c511c6334abd8d310
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index 3eb1f86..9c9d991 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -1516,7 +1516,6 @@ Sequence< Locale > SAL_CALL
LocaleDataImpl::getAllInstalledLocaleNames() throw(RuntimeException)
{
Sequence< lang::Locale > seq( nbOfLocales );
- OUString empStr;
sal_Int16 nInstalled = 0;
for( sal_Int16 i=0; i<nbOfLocales; i++ ) {
More information about the Libreoffice-commits
mailing list