summaryrefslogtreecommitdiffstats
path: root/include/svtools/ctrlbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ctrlbox.hxx')
-rw-r--r--include/svtools/ctrlbox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index cb5e29d8ada3..a98689d982d2 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -301,7 +301,7 @@ protected:
void SaveMRUEntries( const OUString& aFontMRUEntriesFile ) const;
public:
FontNameBox( vcl::Window* pParent,
- WinBits nWinStyle = WB_SORT );
+ WinBits nWinStyle );
virtual ~FontNameBox() override;
virtual void dispose() override;
@@ -370,16 +370,16 @@ protected:
virtual OUString CreateFieldText( sal_Int64 nValue ) const override;
public:
- FontSizeBox( vcl::Window* pParent, WinBits nWinStyle = 0 );
+ FontSizeBox( vcl::Window* pParent, WinBits nWinStyle );
void Reformat() override;
void Modify() override;
void Fill( const FontMetric* pFontMetric, const FontList* pList );
- void EnableRelativeMode( sal_uInt16 nMin, sal_uInt16 nMax = 150,
+ void EnableRelativeMode( sal_uInt16 nMin, sal_uInt16 nMax,
sal_uInt16 nStep = 5 );
- void EnablePtRelativeMode( short nMin, short nMax = 200,
+ void EnablePtRelativeMode( short nMin, short nMax,
short nStep = 10 );
bool IsRelativeMode() const { return bRelativeMode; }
void SetRelative( bool bRelative );