diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-13 12:07:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-13 12:16:24 +0200 |
commit | 60904f1a7ed71adece23bed6072adc59e459aa5b (patch) | |
tree | 96d3a4c96aa0eba67ea734a146d7205d5daefa9e /xmloff/inc/TransGradientStyle.hxx | |
parent | 83f3cefaa3ee7740ab738f394791bc505358bac3 (diff) |
loplugin:unusedmethods unused return value in xmloff/
Change-Id: Ia5a3716ca4f7eb987092837ac83a415e5c0730df
Diffstat (limited to 'xmloff/inc/TransGradientStyle.hxx')
-rw-r--r-- | xmloff/inc/TransGradientStyle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/TransGradientStyle.hxx b/xmloff/inc/TransGradientStyle.hxx index c2d8293ff8bc..6bf80fce1cd1 100644 --- a/xmloff/inc/TransGradientStyle.hxx +++ b/xmloff/inc/TransGradientStyle.hxx @@ -41,7 +41,7 @@ public: XMLTransGradientStyleImport( SvXMLImport& rImport ); ~XMLTransGradientStyleImport(); - bool importXML( + void importXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName ); @@ -55,7 +55,7 @@ public: XMLTransGradientStyleExport( SvXMLExport& rExport ); ~XMLTransGradientStyleExport(); - bool exportXML( const OUString& rStrName, const css::uno::Any& rValue ); + void exportXML( const OUString& rStrName, const css::uno::Any& rValue ); }; #endif // INCLUDED_XMLOFF_INC_TRANSGRADIENTSTYLE_HXX |