summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 11:21:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 11:21:01 +0000
commit47f8f727f148e69180ad29e73c7ae8683ea27f23 (patch)
treeb6b32ab7dacd16a7771d9b4017ff42e1677c8a94 /i18npool/inc
parenta5b97d95a5680ac4bfb398cb49a46d129144d7af (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/localedata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx
index 0c3418aa68c4..4cc240d3ebf9 100644
--- a/i18npool/inc/localedata.hxx
+++ b/i18npool/inc/localedata.hxx
@@ -132,7 +132,7 @@ private :
getCalendarItemByName(const rtl::OUString& name,
const com::sun::star::lang::Locale& rLocale,
const com::sun::star::uno::Sequence< com::sun::star::i18n::Calendar >& calendarsSeq,
- sal_Int16 len, sal_Int16 item) throw( com::sun::star::uno::RuntimeException );
+ sal_Int16 item) throw( com::sun::star::uno::RuntimeException );
};
} } } }