diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-15 15:27:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-18 10:05:31 +0200 |
commit | 0693d69d6080b6976133e0e68db2637d0030370d (patch) | |
tree | baaca2a2f85a7b33d0e9bfc89fd805527542b513 /include/sfx2/tabdlg.hxx | |
parent | 5889fd4416cd9569c44e2d250ce5d027974bd243 (diff) |
weld ScCharDlg
Change-Id: Ie0fe76ef5c5c706007c2285b3a309d92ff4bc2b0
Reviewed-on: https://gerrit.libreoffice.org/60528
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 9db50e400958..12dd8201fce9 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -288,9 +288,13 @@ public: const SfxItemSet * = nullptr, bool bEditFmt = false); virtual ~SfxTabDialogController() override; - void AddTabPage( const OString& rName, // Name of the label for the page in the notebook .ui - CreateTabPage pCreateFunc, // != 0 - GetTabPageRanges pRangesFunc); // can be 0 + void AddTabPage(const OString& rName, // Name of the label for the page in the notebook .ui + CreateTabPage pCreateFunc, // != 0 + GetTabPageRanges pRangesFunc); // can be 0 + + void AddTabPage(const OString &rName, // Name of the label for the page in the notebook .ui + sal_uInt16 nPageCreateId); // Identifier of the Factory Method to create the page + void RemoveTabPage( const OString& rName ); // Name of the label for the page in the notebook .ui void SetCurPageId(const OString& rName); |