diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-25 13:56:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-26 08:31:29 +0200 |
commit | ee025b744ac9efafe7c083ed80f8e2cc7cb3e2c1 (patch) | |
tree | 8f0cfa9aa54a3d1ada4596851782db6439bfffd7 /include/unotools/lingucfg.hxx | |
parent | 1c56d5fec2ddd9f68aaaf21e9dbe287db893c092 (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 'include/unotools/lingucfg.hxx')
-rw-r--r-- | include/unotools/lingucfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index cb66cb3aaf34..922e00ea5cd0 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -179,7 +179,7 @@ public: bool SetProperty( sal_Int32 nPropertyHandle, const css::uno::Any &rValue ); - bool GetOptions( SvtLinguOptions &rOptions ) const; + void GetOptions( SvtLinguOptions &rOptions ) const; bool IsReadOnly( const OUString &rPropertyName ) const; |