summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/custsdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index 020232ddced3..764baccefd54 100644..100755
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -59,7 +59,7 @@ private:
SdDrawDocument& rDoc;
List* pCustomShowList;
SdCustomShow* pCustomShow;
- BOOL bModified;
+ sal_Bool bModified;
void CheckState();
@@ -70,8 +70,8 @@ public:
SdCustomShowDlg( Window* pWindow, SdDrawDocument& rDrawDoc );
~SdCustomShowDlg();
- BOOL IsModified() const { return( bModified ); }
- BOOL IsCustomShow() const;
+ sal_Bool IsModified() const { return( bModified ); }
+ sal_Bool IsCustomShow() const;
};
@@ -94,7 +94,7 @@ private:
SdDrawDocument& rDoc;
SdCustomShow*& rpCustomShow;
- BOOL bModified;
+ sal_Bool bModified;
String aOldName;
void CheckState();
@@ -109,7 +109,7 @@ public:
SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS );
~SdDefineCustomShowDlg();
- BOOL IsModified() const { return( bModified ); }
+ sal_Bool IsModified() const { return( bModified ); }
};
#endif // _SD_CUSTSDLG_HXX