summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/custsdlg.hxx4
-rw-r--r--sd/source/ui/inc/fupoor.hxx4
2 files changed, 4 insertions, 4 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
diff --git a/sd/source/ui/inc/fupoor.hxx b/sd/source/ui/inc/fupoor.hxx
index 5c66103fb8c3..e784c91f8a8c 100644
--- a/sd/source/ui/inc/fupoor.hxx
+++ b/sd/source/ui/inc/fupoor.hxx
@@ -85,8 +85,8 @@ public:
virtual void SelectionHasChanged();
- sal_uInt16 GetSlotID() const { return( nSlotId ); }
- sal_uInt16 GetSlotValue() const { return( nSlotValue ); }
+ sal_uInt16 GetSlotID() const { return nSlotId; }
+ sal_uInt16 GetSlotValue() const { return nSlotValue; }
void SetNoScrollUntilInside(bool bNoScroll = true)
{ bNoScrollUntilInside = bNoScroll; }