diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-16 12:24:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-16 15:57:05 +0000 |
commit | 457d0fda0ee93d912317ab1d92160deead249bc6 (patch) | |
tree | 071ac7124b8048974d4cac6c9803c77125b78680 /sc/source/ui/docshell | |
parent | 875dd0bc4e7016796c33f26e0a905465a38ee7b1 (diff) |
add SID_SC_TP_STAT and replace RID_SCPAGE_STAT with it
Change-Id: Ia4364ba408b439f66e959be915e8b6e9cc5eacb4
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 999b357016a0..c4b0bf274b9c 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -2924,7 +2924,7 @@ VclPtr<SfxDocumentInfoDialog> ScDocShell::CreateDocumentInfoDialog( const SfxIte { ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); OSL_ENSURE(pFact, "ScAbstractFactory create fail!"); - ::CreateTabPage ScDocStatPageCreate = pFact->GetTabPageCreatorFunc( RID_SCPAGE_STAT ); + ::CreateTabPage ScDocStatPageCreate = pFact->GetTabPageCreatorFunc(SID_SC_TP_STAT); OSL_ENSURE(ScDocStatPageCreate, "Tabpage create fail!"); pDlg->AddFontTabPage(); pDlg->AddTabPage( 42, |