summaryrefslogtreecommitdiffstats
path: root/include/xmloff/HatchStyle.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-27 14:39:19 +0200
committerNoel Grandin <noel@peralex.com>2014-03-31 12:35:53 +0200
commit55ee8a75c1a5670d547465a10314a85284283ea6 (patch)
treed603626f88a6925aa80ab18d7e2dd55f27b4fd91 /include/xmloff/HatchStyle.hxx
parentcoverity#704291 Logically dead code (diff)
downloadcore-55ee8a75c1a5670d547465a10314a85284283ea6.tar.gz
core-55ee8a75c1a5670d547465a10314a85284283ea6.zip
xmloff: sal_Bool->bool
and remove some unused return values Change-Id: I957b4befd2e2574a1d202edee440f65325d5388a
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 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