summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-06-10 11:14:02 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-06-16 10:05:02 +0000
commit9f9c2a2703a338ec18309ff382703ab8b517b6dc (patch)
tree44f598734e664e821f9ad4562360f864253f8c39 /include/sfx2
parentb35d662fc092c250a01fb80d07780ce7da7262e9 (diff)
tdf#100068: ScreenshotId for tab dialogs
Change-Id: I80ec2cef190d106bb45455424a6a0ed901590221 Reviewed-on: https://gerrit.libreoffice.org/26155 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/tabdlg.hxx2
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);