summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-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 aec20d3ade36..2b0fa42f165a 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -50,7 +50,7 @@ private:
SdDrawDocument& rDoc;
SdCustomShowList* pCustomShowList;
SdCustomShow* pCustomShow;
- sal_Bool bModified;
+ bool bModified;
void CheckState();
@@ -61,8 +61,8 @@ public:
SdCustomShowDlg( Window* pWindow, SdDrawDocument& rDrawDoc );
virtual ~SdCustomShowDlg();
- sal_Bool IsModified() const { return( bModified ); }
- sal_Bool IsCustomShow() const;
+ bool IsModified() const { return( bModified ); }
+ bool IsCustomShow() const;
};
@@ -82,7 +82,7 @@ private:
SdDrawDocument& rDoc;
SdCustomShow*& rpCustomShow;
- sal_Bool bModified;
+ bool bModified;
OUString aOldName;
void CheckState();
@@ -97,7 +97,7 @@ public:
SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS );
virtual ~SdDefineCustomShowDlg();
- sal_Bool IsModified() const { return( bModified ); }
+ bool IsModified() const { return( bModified ); }
};
#endif // INCLUDED_SD_SOURCE_UI_INC_CUSTSDLG_HXX