summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/dlgass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/dlgass.hxx')
-rwxr-xr-xsd/source/ui/inc/dlgass.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/dlgass.hxx b/sd/source/ui/inc/dlgass.hxx
index 523b86cf66a8..c4d70ba6d127 100755
--- a/sd/source/ui/inc/dlgass.hxx
+++ b/sd/source/ui/inc/dlgass.hxx
@@ -58,19 +58,19 @@ private:
AssistentDlgImpl* mpImpl;
public:
- AssistentDlg(Window* pParent, BOOL bAutoPilot);
+ AssistentDlg(Window* pParent, sal_Bool bAutoPilot);
~AssistentDlg();
DECL_LINK( FinishHdl, OKButton * );
SfxObjectShellLock GetDocument();
OutputType GetOutputMedium() const;
- BOOL IsSummary() const;
+ sal_Bool IsSummary() const;
StartType GetStartType() const;
String GetDocPath() const;
- BOOL GetStartWithFlag() const;
+ sal_Bool GetStartWithFlag() const;
- BOOL IsDocEmpty() const;
+ sal_Bool IsDocEmpty() const;
String GetPassword();
};