diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-04 14:53:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-04 22:12:46 +0200 |
commit | 0920b04bca3d58d89b026bcf999ea43d0e855715 (patch) | |
tree | e819560b7822cda8cd76a0494a4ec6135f3585a9 /sfx2 | |
parent | 2cab4acbe2aaaee6e5b9afeb68f3e555ecff2ec7 (diff) |
weld SwOutlineTabDialog
Change-Id: I55c0e9a62dd9dd970a87ef295bb5fbb82c80d2d8
Reviewed-on: https://gerrit.libreoffice.org/53848
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 8c4e04983358..160af8d6af54 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -2015,6 +2015,11 @@ void SfxTabDialogController::SetCurPageId(const OString& rIdent) m_xTabCtrl->set_current_page(rIdent); } +OString SfxTabDialogController::GetCurPageId() const +{ + return m_xTabCtrl->get_current_page_ident(); +} + short SfxTabDialogController::execute() { Start_Impl(); |