From 9f9c2a2703a338ec18309ff382703ab8b517b6dc Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Fri, 10 Jun 2016 11:14:02 +0200 Subject: tdf#100068: ScreenshotId for tab dialogs Change-Id: I80ec2cef190d106bb45455424a6a0ed901590221 Reviewed-on: https://gerrit.libreoffice.org/26155 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- include/sfx2/tabdlg.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sfx2') 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); -- cgit