summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/morphdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/morphdlg.hxx')
-rwxr-xr-xsd/source/ui/inc/morphdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/morphdlg.hxx b/sd/source/ui/inc/morphdlg.hxx
index ca431d1d74b9..85f18f4c8787 100755
--- a/sd/source/ui/inc/morphdlg.hxx
+++ b/sd/source/ui/inc/morphdlg.hxx
@@ -55,9 +55,9 @@ public:
virtual ~MorphDlg (void);
void SaveSettings() const;
- USHORT GetFadeSteps() const { return (USHORT) aMtfSteps.GetValue(); }
- BOOL IsAttributeFade() const { return aCbxAttributes.IsChecked(); }
- BOOL IsOrientationFade() const { return aCbxOrientation.IsChecked(); }
+ sal_uInt16 GetFadeSteps() const { return (sal_uInt16) aMtfSteps.GetValue(); }
+ sal_Bool IsAttributeFade() const { return aCbxAttributes.IsChecked(); }
+ sal_Bool IsOrientationFade() const { return aCbxOrientation.IsChecked(); }
private:
FixedLine aGrpPreset;