diff options
Diffstat (limited to 'include/xmloff/HatchStyle.hxx')
-rw-r--r-- | include/xmloff/HatchStyle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/HatchStyle.hxx b/include/xmloff/HatchStyle.hxx index 6f0f5ca6076c..44721e0fe126 100644 --- a/include/xmloff/HatchStyle.hxx +++ b/include/xmloff/HatchStyle.hxx @@ -42,7 +42,7 @@ public: XMLHatchStyleImport( SvXMLImport& rImport ); ~XMLHatchStyleImport(); - sal_Bool importXML( + bool importXML( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList>& xAttrList, ::com::sun::star::uno::Any& rValue, @@ -57,7 +57,7 @@ public: XMLHatchStyleExport( SvXMLExport& rExport ); ~XMLHatchStyleExport(); - sal_Bool exportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue ); + bool exportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue ); }; #endif // _XMLOFF_HATCHELEMENT_HXX |