From c548012e1e19c3117262d9a943146413ee19eefc Mon Sep 17 00:00:00 2001 From: Luke Symes Date: Fri, 1 Oct 2010 14:26:50 +1300 Subject: Removed more //CHINA comments from sc/source/ui/*. --- sc/source/ui/docshell/docsh.cxx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'sc/source/ui/docshell/docsh.cxx') diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 445867eb4319..5f9cd2426259 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -74,7 +74,7 @@ #include #include -#include "scabstdlg.hxx" //CHINA001 +#include "scabstdlg.hxx" #include #define SOT_FORMATSTR_ID_STARCALC_30 SOT_FORMATSTR_ID_STARCALC @@ -2738,17 +2738,13 @@ SfxDocumentInfoDialog* __EXPORT ScDocShell::CreateDocumentInfoDialog( if( pDocSh == this ) { ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); - DBG_ASSERT(pFact, "ScAbstractFactory create fail!");//CHINA001 + DBG_ASSERT(pFact, "ScAbstractFactory create fail!"); ::CreateTabPage ScDocStatPageCreate = pFact->GetTabPageCreatorFunc( RID_SCPAGE_STAT ); - DBG_ASSERT(ScDocStatPageCreate, "Tabpage create fail!");//CHINA001 + DBG_ASSERT(ScDocStatPageCreate, "Tabpage create fail!"); pDlg->AddTabPage( 42, ScGlobal::GetRscString( STR_DOC_STAT ), ScDocStatPageCreate, NULL); -//CHINA001 pDlg->AddTabPage( 42, -//CHINA001 ScGlobal::GetRscString( STR_DOC_STAT ), -//CHINA001 ScDocStatPage::Create, -//CHINA001 NULL ); } return pDlg; } -- cgit