diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 16:16:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 20:23:02 +0100 |
commit | 4b42db15708aab7014ec37394ffd51430cdb5f1b (patch) | |
tree | 00057bfe1801a4c5e7f6539a4c4c1df66dee38ce /include/sfx2/tabdlg.hxx | |
parent | 81aa4049d1b3109dc792ee3ef06d07ac535dd755 (diff) |
convert docinfo field page to .ui
Change-Id: Ic968fdf76f31373240ab70d45192f9716375628b
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 42c62d9d3890..1474ad9b078d 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -194,6 +194,12 @@ public: { return m_pTabCtrl->GetCurPageId(); } + + SfxTabPage* GetCurTabPage() const + { + return GetTabPage(m_pTabCtrl->GetCurPageId()); + } + OUString GetPageText( sal_uInt16 nPageId ) const { return m_pTabCtrl->GetPageText(nPageId); |