summaryrefslogtreecommitdiff
path: root/include/xmloff/GradientStyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/GradientStyle.hxx')
-rw-r--r--include/xmloff/GradientStyle.hxx4
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 );
};