summaryrefslogtreecommitdiffstats
path: root/i18npool/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-05 17:01:23 +0200
committerEike Rathke <erack@redhat.com>2013-09-05 17:01:55 +0200
commit67bb0f97e0597c9e8572077e110be73b722a2514 (patch)
treee5d0161eb237f083329cd7f5fa95f9de6d2673a1 /i18npool/source
parentimplementation is com.sun.star.i18n.LocaleDataImpl (diff)
downloadcore-67bb0f97e0597c9e8572077e110be73b722a2514.tar.gz
core-67bb0f97e0597c9e8572077e110be73b722a2514.zip
-Werror,-Wunused-variable 'empStr'
Change-Id: I12fc51ad42fde050dffda42c511c6334abd8d310
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/localedata/localedata.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index 3eb1f86be4b4..9c9d991e0358 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++ ) {