summaryrefslogtreecommitdiff
path: root/unotools/source/config/lingucfg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-25 13:56:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-26 08:31:29 +0200
commitee025b744ac9efafe7c083ed80f8e2cc7cb3e2c1 (patch)
tree8f0cfa9aa54a3d1ada4596851782db6439bfffd7 /unotools/source/config/lingucfg.cxx
parent1c56d5fec2ddd9f68aaaf21e9dbe287db893c092 (diff)
loplugin:returnconstant in tools,comphelper,unotools
Change-Id: Iabc3c67b4cdcd0344a37c533bf92dd00cd4700d8 Reviewed-on: https://gerrit.libreoffice.org/57974 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotools/source/config/lingucfg.cxx')
-rw-r--r--unotools/source/config/lingucfg.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx
index 5858ad8105fc..e1a035f91b08 100644
--- a/unotools/source/config/lingucfg.cxx
+++ b/unotools/source/config/lingucfg.cxx
@@ -867,10 +867,9 @@ bool SvtLinguConfig::SetProperty( sal_Int32 nPropertyHandle, const uno::Any &rVa
return GetConfigItem().SetProperty( nPropertyHandle, rValue );
}
-bool SvtLinguConfig::GetOptions( SvtLinguOptions &rOptions ) const
+void SvtLinguConfig::GetOptions( SvtLinguOptions &rOptions ) const
{
rOptions = GetConfigItem().GetOptions();
- return true;
}
bool SvtLinguConfig::IsReadOnly( const OUString &rPropertyName ) const