diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 8325722893a5..a79465163328 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -163,6 +163,8 @@ public: return GetTabPage(m_pTabCtrl->GetCurPageId()); } + virtual OString GetScreenshotId() const override; + OUString GetPageText( sal_uInt16 nPageId ) const { return m_pTabCtrl->GetPageText(nPageId); |