diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-05 17:01:23 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-05 17:01:55 +0200 |
commit | 67bb0f97e0597c9e8572077e110be73b722a2514 (patch) | |
tree | e5d0161eb237f083329cd7f5fa95f9de6d2673a1 /i18npool | |
parent | c5a5667af8580e291ac4519fe1fa00898ebe6f7a (diff) |
-Werror,-Wunused-variable 'empStr'
Change-Id: I12fc51ad42fde050dffda42c511c6334abd8d310
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/localedata.cxx | 1 |
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++ ) { |