summaryrefslogtreecommitdiff
path: root/include/xmloff/HatchStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/HatchStyle.hxx')
-rw-r--r--include/xmloff/HatchStyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/HatchStyle.hxx b/include/xmloff/HatchStyle.hxx
index e5e9e403d551..6fe2dacc703b 100644
--- a/include/xmloff/HatchStyle.hxx
+++ b/include/xmloff/HatchStyle.hxx
@@ -42,7 +42,7 @@ public:
XMLHatchStyleImport( SvXMLImport& rImport );
~XMLHatchStyleImport();
- bool importXML(
+ void importXML(
const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList,
css::uno::Any& rValue,
OUString& rStrName );
@@ -56,7 +56,7 @@ public:
XMLHatchStyleExport( SvXMLExport& rExport );
~XMLHatchStyleExport();
- bool exportXML( const OUString& rStrName, const css::uno::Any& rValue );
+ void exportXML( const OUString& rStrName, const css::uno::Any& rValue );
};
#endif // _XMLOFF_HATCHELEMENT_HXX