summaryrefslogtreecommitdiffstats
path: root/include/xmloff/ImageStyle.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-15 09:36:20 +0200
committerNoel Grandin <noel@peralex.com>2016-01-15 09:36:42 +0200
commited373ea7efd34ca6baab8ddbf809e6f2a06f1a9e (patch)
treeee982f66e33240dcf8472eae9a5fbcec4d4a7a5e /include/xmloff/ImageStyle.hxx
parentloplugin:unusedmethods unused return value in sc (diff)
downloadcore-ed373ea7efd34ca6baab8ddbf809e6f2a06f1a9e.tar.gz
core-ed373ea7efd34ca6baab8ddbf809e6f2a06f1a9e.zip
loplugin:unusedmethods unused return value in include/xmloff
Change-Id: I6615a467152a50e9c65f04fd0d6c8cc128517bdb
Diffstat (limited to 'include/xmloff/ImageStyle.hxx')
-rw-r--r--include/xmloff/ImageStyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/ImageStyle.hxx b/include/xmloff/ImageStyle.hxx
index 6bf64718e7c3..62becb835fa5 100644
--- a/include/xmloff/ImageStyle.hxx
+++ b/include/xmloff/ImageStyle.hxx
@@ -38,7 +38,7 @@ public:
~XMLImageStyle();
void exportXML( const OUString& rStrName, const css::uno::Any& rValue, SvXMLExport& rExport );
- bool importXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport );
+ void importXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport );
private: