diff options
Diffstat (limited to 'sc/source/ui/optdlg/tpusrlst.cxx')
-rw-r--r-- | sc/source/ui/optdlg/tpusrlst.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx index eb7c8a6635eb..e3f6e488c310 100644 --- a/sc/source/ui/optdlg/tpusrlst.cxx +++ b/sc/source/ui/optdlg/tpusrlst.cxx @@ -53,11 +53,6 @@ #include "tpusrlst.hxx" #undef _TPUSRLST_CXX -//CHINA001 #include "scui_def.hxx" //CHINA001 -//CHINA001 #include "scresid.hxx" //add by CHINA001 -//CHINA001 #include "miscdlgs.hrc" //add by CHINA001 -//CHINA001 -//CHINA001 #include "scabstdlg.hxx" //CHINA001 // STATIC DATA ----------------------------------------------------------- #define CR (sal_Unicode)13 @@ -444,13 +439,6 @@ void ScTpUserLists::CopyListFromArea( const ScRefAddress& rStartPos, if ( (nStartCol != nEndCol) && (nStartRow != nEndRow) ) { nCellDir = ScColOrRowDlg( this, aStrCopyList, aStrCopyFrom ).Execute(); -//CHINA001 ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); -//CHINA001 DBG_ASSERT(pFact, "ScAbstractFactory create fail!");//CHINA001 -//CHINA001 -//CHINA001 VclAbstractDialog* pDlg = pFact->CreateScColOrRowDlg( this, aStrCopyList, aStrCopyFrom,ResId(RID_SCDLG_COLORROW) ); -//CHINA001 DBG_ASSERT(pDlg, "Dialog create fail!");//CHINA001 -//CHINA001 nCellDir = pDlg->Execute(); -//CHINA001 delete pDlg; //CHINA001 } else if ( nStartCol != nEndCol ) nCellDir = SCRET_ROWS; |