From c4a8e6b62e80d79d98743af022b3d5e5d1f22f51 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 20 Feb 2013 19:29:10 +0000 Subject: clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tab Change-Id: I9cfb4f65e27a73921ac7944376677c5ddecdf9a9 --- sc/source/ui/docshell/docsh.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc') diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index adeefaf63c0e..08cfe0019f14 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -2813,6 +2813,7 @@ SfxDocumentInfoDialog* ScDocShell::CreateDocumentInfoDialog( OSL_ENSURE(pFact, "ScAbstractFactory create fail!"); ::CreateTabPage ScDocStatPageCreate = pFact->GetTabPageCreatorFunc( RID_SCPAGE_STAT ); OSL_ENSURE(ScDocStatPageCreate, "Tabpage create fail!"); + pDlg->AddFontTabPage(); pDlg->AddTabPage( 42, ScGlobal::GetRscString( STR_DOC_STAT ), ScDocStatPageCreate, -- cgit