summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/fldtdlg.cxx')
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index f649a24416b1..8b0d334f19fd 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -240,6 +240,13 @@ void SwFieldDlg::Activate()
}
}
+void SwFieldDlg::ActivatePage(const OUString& rPage)
+{
+ SfxTabDialogController::ActivatePage(rPage);
+ if (SfxTabPage* pPage = GetTabPage(rPage))
+ pPage->Activate();
+}
+
void SwFieldDlg::EnableInsert(bool bEnable)
{
if( bEnable )