summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-13 12:07:59 +0200
committerNoel Grandin <noel@peralex.com>2016-01-13 12:16:24 +0200
commit60904f1a7ed71adece23bed6072adc59e459aa5b (patch)
tree96d3a4c96aa0eba67ea734a146d7205d5daefa9e /xmloff/inc
parent83f3cefaa3ee7740ab738f394791bc505358bac3 (diff)
loplugin:unusedmethods unused return value in xmloff/
Change-Id: Ia5a3716ca4f7eb987092837ac83a415e5c0730df
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/TransGradientStyle.hxx4
-rw-r--r--xmloff/inc/XMLEmbeddedObjectImportContext.hxx2
-rw-r--r--xmloff/inc/txtflde.hxx2
3 files changed, 4 insertions, 4 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
diff --git a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx
index f5c6cbcc57a9..b071f067e2b1 100644
--- a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx
+++ b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx
@@ -55,7 +55,7 @@ public:
virtual void Characters( const OUString& rChars ) override;
- bool SetComponent(
+ void SetComponent(
css::uno::Reference< css::lang::XComponent >& rComp );
};
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 3ce56f5ec983..a064f0d3face 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -410,7 +410,7 @@ protected:
/// explode a field master name into field type and field name
- bool ExplodeFieldMasterName(
+ void ExplodeFieldMasterName(
const OUString& sMasterName, /// name as returned by SO API
OUString& sFieldType, /// out: field type
OUString& sVarName); /// out: variable name