summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLBase64Export.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 16:42:18 +0200
committerNoel Grandin <noel@peralex.com>2014-04-15 09:02:31 +0200
commit8a81f542a6ca566661305c53899b7e422cbaa432 (patch)
treeb70ce405aab1c29856fa824493a664ba8ba27596 /xmloff/inc/XMLBase64Export.hxx
parent42bfd486a457d327f640263ccc3ee02a380f3566 (diff)
xmloff: sal_Bool->bool
Change-Id: I873c80baec8e70e3e8f642644563b92137571a30
Diffstat (limited to 'xmloff/inc/XMLBase64Export.hxx')
-rw-r--r--xmloff/inc/XMLBase64Export.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLBase64Export.hxx b/xmloff/inc/XMLBase64Export.hxx
index d73df0ab3810..1a2cf4d48391 100644
--- a/xmloff/inc/XMLBase64Export.hxx
+++ b/xmloff/inc/XMLBase64Export.hxx
@@ -37,13 +37,13 @@ public:
XMLBase64Export( SvXMLExport& rExport );
- sal_Bool exportXML( const ::com::sun::star::uno::Reference <
+ bool exportXML( const ::com::sun::star::uno::Reference <
::com::sun::star::io::XInputStream > & rIn );
- sal_Bool exportElement( const ::com::sun::star::uno::Reference <
+ bool exportElement( const ::com::sun::star::uno::Reference <
::com::sun::star::io::XInputStream > & rIn,
sal_uInt16 nNamespace,
enum ::xmloff::token::XMLTokenEnum eName );
- sal_Bool exportOfficeBinaryDataElement(
+ bool exportOfficeBinaryDataElement(
const ::com::sun::star::uno::Reference <
::com::sun::star::io::XInputStream > & rIn );
};