summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-18 16:16:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-18 20:23:02 +0100
commit4b42db15708aab7014ec37394ffd51430cdb5f1b (patch)
tree00057bfe1801a4c5e7f6539a4c4c1df66dee38ce /include/sfx2/tabdlg.hxx
parentXubString->OUString (diff)
downloadcore-4b42db15708aab7014ec37394ffd51430cdb5f1b.tar.gz
core-4b42db15708aab7014ec37394ffd51430cdb5f1b.zip
convert docinfo field page to .ui
Change-Id: Ic968fdf76f31373240ab70d45192f9716375628b
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx6
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);