summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/convert.hxx4
-rw-r--r--sw/source/uibase/inc/frmdlg.hxx2
-rw-r--r--sw/source/uibase/inc/instable.hxx4
-rw-r--r--sw/source/uibase/inc/linenum.hxx2
-rw-r--r--sw/source/uibase/inc/swuicnttab.hxx2
-rw-r--r--sw/source/uibase/inc/uiitems.hxx4
-rw-r--r--sw/source/uibase/table/tablepg.hxx2
7 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx
index d28bd47cc4b8..bb4177b976ce 100644
--- a/sw/source/uibase/inc/convert.hxx
+++ b/sw/source/uibase/inc/convert.hxx
@@ -57,8 +57,8 @@ class SwConvertTableDlg: public SfxModalDialog
DECL_LINK( AutoFormatHdl, Button*, void );
DECL_LINK( BtnHdl, Button*, void );
- DECL_LINK( CheckBoxHdl, Button* = nullptr, void );
- DECL_LINK( ReapeatHeaderCheckBoxHdl, Button* = nullptr, void );
+ DECL_LINK( CheckBoxHdl, Button*, void );
+ DECL_LINK( ReapeatHeaderCheckBoxHdl, Button*, void );
public:
SwConvertTableDlg( SwView& rView, bool bToTable );
diff --git a/sw/source/uibase/inc/frmdlg.hxx b/sw/source/uibase/inc/frmdlg.hxx
index ba2217d386eb..8a8cd84bc467 100644
--- a/sw/source/uibase/inc/frmdlg.hxx
+++ b/sw/source/uibase/inc/frmdlg.hxx
@@ -50,7 +50,7 @@ public:
SwFrameDlg( SfxViewFrame const *pFrame, vcl::Window *pParent,
const SfxItemSet& rCoreSet,
bool bNewFrame,
- const OUString& sResType = OUString("FrameDialog"),
+ const OUString& sResType,
bool bFormat = false,
const OString& sDefPage = OString(),
const OUString* pFormatStr = nullptr);
diff --git a/sw/source/uibase/inc/instable.hxx b/sw/source/uibase/inc/instable.hxx
index 1c8d7a4cab86..9992a16ba9eb 100644
--- a/sw/source/uibase/inc/instable.hxx
+++ b/sw/source/uibase/inc/instable.hxx
@@ -59,8 +59,8 @@ class SwInsTableDlg : public SfxModalDialog
DECL_LINK( ModifyRowCol, Edit&, void );
DECL_LINK( AutoFormatHdl, Button*, void );
DECL_LINK( OKHdl, Button*, void);
- DECL_LINK( CheckBoxHdl, Button* = nullptr, void);
- DECL_LINK( ReapeatHeaderCheckBoxHdl, Button* = nullptr, void);
+ DECL_LINK( CheckBoxHdl, Button*, void);
+ DECL_LINK( ReapeatHeaderCheckBoxHdl, Button*, void);
DECL_LINK( ModifyRepeatHeaderNF_Hdl, Edit&, void );
public:
diff --git a/sw/source/uibase/inc/linenum.hxx b/sw/source/uibase/inc/linenum.hxx
index d3139e52c7d0..80bee87c15bf 100644
--- a/sw/source/uibase/inc/linenum.hxx
+++ b/sw/source/uibase/inc/linenum.hxx
@@ -49,7 +49,7 @@ private:
VclPtr<CheckBox> m_pNumberingOnCB;
VclPtr<CheckBox> m_pNumberingOnFooterHeader;
DECL_LINK(OKHdl, Button*, void);
- DECL_LINK(LineOnOffHdl, Button* = nullptr, void);
+ DECL_LINK(LineOnOffHdl, Button*, void);
DECL_LINK(ModifyHdl, Edit&, void);
public:
diff --git a/sw/source/uibase/inc/swuicnttab.hxx b/sw/source/uibase/inc/swuicnttab.hxx
index 6405633bbc09..f26bb92a6a21 100644
--- a/sw/source/uibase/inc/swuicnttab.hxx
+++ b/sw/source/uibase/inc/swuicnttab.hxx
@@ -101,7 +101,7 @@ public:
SwMultiTOXTabDialog(vcl::Window* pParent, const SfxItemSet& rSet,
SwWrtShell &rShell,
SwTOXBase* pCurTOX, sal_uInt16 nToxType,
- bool bGlobal = false);
+ bool bGlobal);
virtual ~SwMultiTOXTabDialog() override;
virtual void dispose() override;
diff --git a/sw/source/uibase/inc/uiitems.hxx b/sw/source/uibase/inc/uiitems.hxx
index ea8138caaeae..fadb8bdb0a95 100644
--- a/sw/source/uibase/inc/uiitems.hxx
+++ b/sw/source/uibase/inc/uiitems.hxx
@@ -59,7 +59,7 @@ class SW_DLLPUBLIC SwPtrItem : public SfxPoolItem
void* pMisc;
public:
- SwPtrItem( const sal_uInt16 nId, void* pPtr = nullptr);
+ SwPtrItem( const sal_uInt16 nId, void* pPtr);
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual bool operator==( const SfxPoolItem& ) const override;
@@ -91,7 +91,7 @@ class SW_DLLPUBLIC SwPaMItem : public SfxPoolItem
SwPaM* m_pPaM;
public:
- SwPaMItem( const sal_uInt16 nId, SwPaM* pPaM = nullptr);
+ SwPaMItem( const sal_uInt16 nId, SwPaM* pPaM);
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual bool operator==( const SfxPoolItem& ) const override;
diff --git a/sw/source/uibase/table/tablepg.hxx b/sw/source/uibase/table/tablepg.hxx
index f5e683d0f8d5..3ba5eba9a900 100644
--- a/sw/source/uibase/table/tablepg.hxx
+++ b/sw/source/uibase/table/tablepg.hxx
@@ -176,7 +176,7 @@ class SwTextFlowPage : public SfxTabPage
DECL_LINK(PageNoClickHdl_Impl, Button*, void);
DECL_LINK( SplitHdl_Impl, Button*, void );
DECL_STATIC_LINK( SwTextFlowPage, SplitRowHdl_Impl, Button*, void );
- DECL_LINK( HeadLineCBClickHdl, Button* = nullptr, void );
+ DECL_LINK( HeadLineCBClickHdl, Button*, void );
public:
SwTextFlowPage( vcl::Window* pParent, const SfxItemSet& rSet );