summaryrefslogtreecommitdiffstats
path: root/reportdesign/inc/ReportDefinition.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-02 08:38:50 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:23 +0200
commite23c98d713ababb72de0616831a2abe0e48387f5 (patch)
treefaf799c4dad34949c7ac50f4ddad5b1d94bb2375 /reportdesign/inc/ReportDefinition.hxx
parentvbahelper: sal_Bool->bool (diff)
downloadcore-e23c98d713ababb72de0616831a2abe0e48387f5.tar.gz
core-e23c98d713ababb72de0616831a2abe0e48387f5.zip
reportdesign: sal_Bool->bool
Change-Id: I7a269dbf163f4c839b6c553c7b096185fe2f8a01
Diffstat (limited to 'reportdesign/inc/ReportDefinition.hxx')
-rw-r--r--reportdesign/inc/ReportDefinition.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx
index 236d5c91457f..e7848d16f1a0 100644
--- a/reportdesign/inc/ReportDefinition.hxx
+++ b/reportdesign/inc/ReportDefinition.hxx
@@ -100,7 +100,7 @@ namespace reportdesign
OReportDefinition& operator=(const OReportDefinition&);
void setSection( const OUString& _sProperty
- ,const sal_Bool& _bOn
+ ,const bool& _bOn
,const OUString& _sName
,::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _member);
@@ -118,7 +118,7 @@ namespace reportdesign
}
/// write a single XML stream into the package
- sal_Bool WriteThroughComponent(
+ bool WriteThroughComponent(
/// the component we export
const ::com::sun::star::uno::Reference<
::com::sun::star::lang::XComponent> & xComponent,
@@ -134,7 +134,7 @@ namespace reportdesign
/// write a single output stream
/// (to be called either directly or by WriteThroughComponent(...))
- sal_Bool WriteThroughComponent(
+ bool WriteThroughComponent(
const ::com::sun::star::uno::Reference<
::com::sun::star::io::XOutputStream> & xOutputStream,
const ::com::sun::star::uno::Reference<