summaryrefslogtreecommitdiff
path: root/sd/inc/sdpptwrp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sdpptwrp.hxx')
-rw-r--r--sd/inc/sdpptwrp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdpptwrp.hxx b/sd/inc/sdpptwrp.hxx
index 89e71fc50ddb..01432bd0df70 100644
--- a/sd/inc/sdpptwrp.hxx
+++ b/sd/inc/sdpptwrp.hxx
@@ -29,12 +29,12 @@ public:
SdPPTFilter (
SfxMedium& rMedium,
::sd::DrawDocShell& rDocShell,
- sal_Bool bShowProgress);
+ bool bShowProgress);
virtual ~SdPPTFilter (void);
/// these methods are necessary for the export to PowerPoint
- sal_Bool Import();
- sal_Bool Export() SAL_OVERRIDE;
+ bool Import();
+ bool Export() SAL_OVERRIDE;
/// restores the original basic storage
void PreSaveBasic();