diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-03 09:21:43 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-06 10:55:59 +0000 |
commit | 871a41cfd043e1c7391ca0b8b3c5e60bd799025c (patch) | |
tree | 395c13351fc57350dbf7bb14371b3553b8d08868 /include/unotools/lingucfg.hxx | |
parent | e47db97d2ced9178456eebaece11118158dce406 (diff) |
loplugin:unusedmethods unotools
Change-Id: Ieb73b50471263212285b9c3883c082477c1ad656
Reviewed-on: https://gerrit.libreoffice.org/16729
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/unotools/lingucfg.hxx')
-rw-r--r-- | include/unotools/lingucfg.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index cceae1bc8ccc..a17082d13cc7 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -149,9 +149,6 @@ class UNOTOOLS_DLLPUBLIC SvtLinguConfig: public utl::detail::Options com::sun::star::uno::Reference< com::sun::star::util::XChangesBatch > GetMainUpdateAccess() const; - com::sun::star::uno::Sequence< OUString > GetCurrentOrLastActiveDicts_Impl( const OUString &rPropName ) const; - void SetCurrentOrLastActiveDicts_Impl( const OUString &rPropName, const com::sun::star::uno::Sequence< OUString > &rDictionaries ) const; - OUString GetVendorImageUrl_Impl( const OUString &rServiceImplName, const OUString &rImageName ) const; SvtLinguConfig( const SvtLinguConfig & ) SAL_DELETED_FUNCTION; |