diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-30 15:34:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-30 18:54:44 +0200 |
commit | c90da566ed1026a70217ac8a52a90e5df5c3026e (patch) | |
tree | 2726d4fa022bc82918e6513b0a1fd213a7ac5cc4 /include | |
parent | 4bef6511332073fbe3899fa2003caf88d9f2ac49 (diff) |
loplugin:returnconstant in xmloff
Change-Id: Ia837a93ae817df282096abb80efcbd6922867b25
Reviewed-on: https://gerrit.libreoffice.org/58335
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/styleexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/styleexp.hxx b/include/xmloff/styleexp.hxx index fb48166e14df..0418aaebc8e5 100644 --- a/include/xmloff/styleexp.hxx +++ b/include/xmloff/styleexp.hxx @@ -93,7 +93,7 @@ public: // bool bUsed, sal_uInt16 nFamily = 0, // const OUString* pPrefix = 0); - bool exportDefaultStyle( + void exportDefaultStyle( const css::uno::Reference< css::beans::XPropertySet > & xPropSet, const OUString& rXMLFamily, const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper ); |