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 6e232c85ac63..8bc5d1851d23 100644
--- a/sw/source/uibase/inc/docfnote.hxx
+++ b/sw/source/uibase/inc/docfnote.hxx
@@ -23,11 +23,11 @@
class SwWrtShell;
-class SwFootNoteOptionDlg : public SfxTabDialogController
+class SwFootNoteOptionDlg final : public SfxTabDialogController
{
- SwWrtShell& rSh;
+ SwWrtShell& m_rSh;
- virtual void PageCreated(const OString& rId, SfxTabPage& rPage) override;
+ virtual void PageCreated(const OUString& rId, SfxTabPage& rPage) override;
DECL_LINK(OkHdl, weld::Button&, void);