summaryrefslogtreecommitdiffstats
path: root/include/xmloff/ImageStyle.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/ImageStyle.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/ImageStyle.hxx')
-rw-r--r--include/xmloff/ImageStyle.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/ImageStyle.hxx b/include/xmloff/ImageStyle.hxx
index 3c546e30d494..d3fa5c2d2142 100644
--- a/include/xmloff/ImageStyle.hxx
+++ b/include/xmloff/ImageStyle.hxx
@@ -37,14 +37,14 @@ public:
XMLImageStyle();
~XMLImageStyle();
- sal_Bool exportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue, SvXMLExport& rExport );
- sal_Bool importXML( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList, ::com::sun::star::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport );
+ void exportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue, SvXMLExport& rExport );
+ bool importXML( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList, ::com::sun::star::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport );
private:
- SAL_DLLPRIVATE sal_Bool ImpExportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue,
+ SAL_DLLPRIVATE void ImpExportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue,
SvXMLExport& rExport );
- SAL_DLLPRIVATE sal_Bool ImpImportXML( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
+ SAL_DLLPRIVATE bool ImpImportXML( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList,
::com::sun::star::uno::Any& rValue, OUString& rStrName,
SvXMLImport& rImport );
};