summaryrefslogtreecommitdiffstats
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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index 7a16bf6150ff..54f1cfe6b73b 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -58,7 +58,7 @@ public:
SdCustomShowDlg( vcl::Window* pWindow, SdDrawDocument& rDrawDoc );
virtual ~SdCustomShowDlg();
- bool IsModified() const { return( bModified ); }
+ bool IsModified() const { return bModified; }
bool IsCustomShow() const;
};
@@ -91,7 +91,7 @@ public:
SdDrawDocument& rDrawDoc, SdCustomShow*& rpCS );
virtual ~SdDefineCustomShowDlg();
- bool IsModified() const { return( bModified ); }
+ bool IsModified() const { return bModified; }
};
#endif // INCLUDED_SD_SOURCE_UI_INC_CUSTSDLG_HXX