diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-15 09:36:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-15 09:36:42 +0200 |
commit | ed373ea7efd34ca6baab8ddbf809e6f2a06f1a9e (patch) | |
tree | ee982f66e33240dcf8472eae9a5fbcec4d4a7a5e /include/xmloff/GradientStyle.hxx | |
parent | 098462c6f69c40422c74cef8f052b7b1ff0c90e8 (diff) |
loplugin:unusedmethods unused return value in include/xmloff
Change-Id: I6615a467152a50e9c65f04fd0d6c8cc128517bdb
Diffstat (limited to 'include/xmloff/GradientStyle.hxx')
-rw-r--r-- | include/xmloff/GradientStyle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/GradientStyle.hxx b/include/xmloff/GradientStyle.hxx index 84fdb9be105c..58cc2e885377 100644 --- a/include/xmloff/GradientStyle.hxx +++ b/include/xmloff/GradientStyle.hxx @@ -42,7 +42,7 @@ public: XMLGradientStyleImport( SvXMLImport& rImport ); ~XMLGradientStyleImport(); - bool importXML( + void importXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName ); @@ -57,7 +57,7 @@ public: XMLGradientStyleExport( SvXMLExport& rExport ); ~XMLGradientStyleExport(); - bool exportXML( + void exportXML( const OUString& rStrName, const css::uno::Any& rValue ); }; |