summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-02-20 19:29:10 +0000
committerNoel Power <noel.power@suse.com>2013-02-21 13:02:58 +0000
commitc4a8e6b62e80d79d98743af022b3d5e5d1f22f51 (patch)
tree1a5eb02a003bd610db29e32b3b377a005460ca40 /sc/source/ui/docshell
parent1d0f45ee2efb5dc8d3c40f33ba1494807c117729 (diff)
clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tab
Change-Id: I9cfb4f65e27a73921ac7944376677c5ddecdf9a9
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/docsh.cxx1
1 files changed, 1 insertions, 0 deletions
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,