summaryrefslogtreecommitdiff
path: root/sd/inc/sdcgmfilter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-24 10:52:02 +0200
committerNoel Grandin <noel@peralex.com>2014-04-24 10:53:17 +0200
commitb45a12c37d2b671e54404afda5dee1b0947bd3ed (patch)
tree484fa50da87e5434970c774527a77e0dd079e1b9 /sd/inc/sdcgmfilter.hxx
parente4e654e40575300eaab429a6b94348bf43b9d7ce (diff)
sd: sal_Bool->bool
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
Diffstat (limited to 'sd/inc/sdcgmfilter.hxx')
-rw-r--r--sd/inc/sdcgmfilter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdcgmfilter.hxx b/sd/inc/sdcgmfilter.hxx
index ab79181c829f..144f0a03a3cb 100644
--- a/sd/inc/sdcgmfilter.hxx
+++ b/sd/inc/sdcgmfilter.hxx
@@ -29,11 +29,11 @@ public:
SdCGMFilter (
SfxMedium& rMedium,
::sd::DrawDocShell& rDocShell,
- sal_Bool bShowProgress );
+ bool bShowProgress );
virtual ~SdCGMFilter (void);
- sal_Bool Import();
- sal_Bool Export() SAL_OVERRIDE;
+ bool Import();
+ bool Export() SAL_OVERRIDE;
};
#endif // INCLUDED_SD_INC_SDCGMFILTER_HXX