summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-13 14:51:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-13 16:23:43 +0100
commit7b763893e4c2571f1d8c8afef5491e0e73bff3ea (patch)
tree8130696c9851b0c9fdfcfbacb44965653f8c9d82 /include/sfx2/tabdlg.hxx
parentUpdated core (diff)
downloadcore-7b763893e4c2571f1d8c8afef5491e0e73bff3ea.tar.gz
core-7b763893e4c2571f1d8c8afef5491e0e73bff3ea.zip
convert label dialog to .ui
Change-Id: I77ce740b1ca7178d8c5f5f2d4ce55920cf18a85b
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 9d311838cc46..1d4f5342951a 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -197,6 +197,11 @@ public:
{
return m_pTabCtrl->GetCurPageId();
}
+ OUString GetPageText( sal_uInt16 nPageId ) const
+ {
+ return m_pTabCtrl->GetPageText(nPageId);
+ }
+
void ShowPage( sal_uInt16 nId );
// may provide local slots converted by Map