From 7e776c0027c19f1bb8e64dd68d3fd9ded0b5d896 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 2 Oct 2015 08:37:23 +0200 Subject: loplugin:unusedmethods Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af --- i18npool/inc/breakiteratorImpl.hxx | 3 --- i18npool/inc/defaultnumberingprovider.hxx | 3 --- i18npool/inc/localedata.hxx | 1 - 3 files changed, 7 deletions(-) (limited to 'i18npool') diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx index 4dc6ee9f30e0..56a09473ccb3 100644 --- a/i18npool/inc/breakiteratorImpl.hxx +++ b/i18npool/inc/breakiteratorImpl.hxx @@ -129,9 +129,6 @@ private: throw( com::sun::star::uno::RuntimeException ); com::sun::star::uno::Reference < XBreakIterator > SAL_CALL getLocaleSpecificBreakIterator( const com::sun::star::lang::Locale& rLocale ) throw( com::sun::star::uno::RuntimeException ); - const com::sun::star::lang::Locale& SAL_CALL getLocaleByScriptType(const com::sun::star::lang::Locale& rLocale, const OUString& Text, - sal_Int32 nStartPos, bool forward, bool skipWhiteSpace) - throw(com::sun::star::uno::RuntimeException); }; diff --git a/i18npool/inc/defaultnumberingprovider.hxx b/i18npool/inc/defaultnumberingprovider.hxx index 7e1269d2a028..dc9b113acb4a 100644 --- a/i18npool/inc/defaultnumberingprovider.hxx +++ b/i18npool/inc/defaultnumberingprovider.hxx @@ -39,9 +39,6 @@ class DefaultNumberingProvider : public cppu::WeakImplHelper com::sun::star::lang::XServiceInfo > { - void GetCharStrN( sal_Int32 nValue, sal_Int16 nType, OUString& rStr ) const; - void GetCharStr( sal_Int32 nValue, sal_Int16 nType, OUString& rStr ) const; - void GetRomanString( sal_Int32 nValue, sal_Int16 nType, OUString& rStr ) const; void impl_loadTranslit(); public: DefaultNumberingProvider( diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx index fb567ad407ad..f4c8d5f7a6ae 100644 --- a/i18npool/inc/localedata.hxx +++ b/i18npool/inc/localedata.hxx @@ -127,7 +127,6 @@ private: ::std::unique_ptr< LocaleDataLookupTableItem > cachedItem; oslGenericFunction SAL_CALL getFunctionSymbol( const com::sun::star::lang::Locale& rLocale, const sal_Char* pFunction ) throw( com::sun::star::uno::RuntimeException ); - oslGenericFunction SAL_CALL getFunctionSymbolByName( const OUString& localeName, const sal_Char* pFunction ); sal_Unicode ** SAL_CALL getIndexArray(const com::sun::star::lang::Locale& rLocale, sal_Int16& indexCount); sal_Unicode ** SAL_CALL getIndexArrayForAlgorithm(const com::sun::star::lang::Locale& rLocale, const OUString& rAlgorithm); com::sun::star::i18n::Calendar2 ref_cal; -- cgit