summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/docfnote.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/docfnote.hxx')
-rw-r--r--sw/source/uibase/inc/docfnote.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/docfnote.hxx b/sw/source/uibase/inc/docfnote.hxx
index 521e2114a4e0..6e232c85ac63 100644
--- a/sw/source/uibase/inc/docfnote.hxx
+++ b/sw/source/uibase/inc/docfnote.hxx
@@ -25,14 +25,14 @@ class SwWrtShell;
class SwFootNoteOptionDlg : public SfxTabDialogController
{
- SwWrtShell &rSh;
+ SwWrtShell& rSh;
- virtual void PageCreated(const OString& rId, SfxTabPage &rPage) override;
+ virtual void PageCreated(const OString& rId, SfxTabPage& rPage) override;
DECL_LINK(OkHdl, weld::Button&, void);
public:
- SwFootNoteOptionDlg(weld::Window *pParent, SwWrtShell &rSh);
+ SwFootNoteOptionDlg(weld::Window* pParent, SwWrtShell& rSh);
};
#endif