diff options
Diffstat (limited to 'sfx2/source/dialog/tabdlg.cxx')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 73338d864c95..3704cd1f3888 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -289,7 +289,7 @@ OString SfxTabPage::GetHelpId() const return OString(); } -weld::Window* SfxTabPage::GetDialogFrameWeld() const +weld::Window* SfxTabPage::GetFrameWeld() const { if (m_pDialogController) return m_pDialogController->getDialog(); |