summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swuiidxmrk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx29
1 files changed, 14 insertions, 15 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index 862c845d0b2d..a6c084f53ff1 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -156,12 +156,12 @@ class SwIndexMarkFloatDlg : public SfxModelessDialog
{
SwIndexMarkPane m_aContent;
virtual void Activate() override;
- public:
- SwIndexMarkFloatDlg( SfxBindings* pBindings,
- SfxChildWindow* pChild,
- vcl::Window *pParent,
- SfxChildWinInfo* pInfo,
- bool bNew=true);
+public:
+ SwIndexMarkFloatDlg( SfxBindings* pBindings,
+ SfxChildWindow* pChild,
+ vcl::Window *pParent,
+ SfxChildWinInfo* pInfo,
+ bool bNew);
void ReInitDlg(SwWrtShell& rWrtShell);
};
@@ -220,10 +220,9 @@ class SwAuthorMarkPane
void InitControls();
void Activate();
-public:
- SwAuthorMarkPane( Dialog &rDialog,
- bool bNew=true);
+public:
+ SwAuthorMarkPane( Dialog &rDialog, bool bNew);
void ReInitDlg(SwWrtShell& rWrtShell);
};
@@ -232,12 +231,12 @@ class SwAuthMarkFloatDlg : public SfxModelessDialog
{
SwAuthorMarkPane m_aContent;
virtual void Activate() override;
- public:
- SwAuthMarkFloatDlg( SfxBindings* pBindings,
- SfxChildWindow* pChild,
- vcl::Window *pParent,
- SfxChildWinInfo* pInfo,
- bool bNew=true);
+public:
+ SwAuthMarkFloatDlg( SfxBindings* pBindings,
+ SfxChildWindow* pChild,
+ vcl::Window *pParent,
+ SfxChildWinInfo* pInfo,
+ bool bNew);
void ReInitDlg(SwWrtShell& rWrtShell);
};