diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-09-30 12:31:16 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-09-30 12:31:16 +0100 |
commit | 6e6cdb9b227675bf1bd61079949c9a340fb3efb8 (patch) | |
tree | 7a259e89603e6332c3270ff6be0b8b589f75544d /sc/source/ui/dbgui/pvlaydlg.cxx | |
parent | a027830bbb817e910937f126b310b547ad0e79e2 (diff) |
Remove some //CHINA comments and dead code
Hi, I have removed some //CHINA comments, dead code, and reworked some
comments in a few files under clone/calc.
From Luke Symes <allsymes@gmail.com>
Diffstat (limited to 'sc/source/ui/dbgui/pvlaydlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/pvlaydlg.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index a6796739c841..ca22d6d694a6 100644 --- a/sc/source/ui/dbgui/pvlaydlg.cxx +++ b/sc/source/ui/dbgui/pvlaydlg.cxx @@ -49,7 +49,6 @@ #include "reffact.hxx" #include "scresid.hxx" #include "pvglob.hxx" -//CHINA001 #include "pvfundlg.hxx" #include "globstr.hrc" #include "pivot.hrc" #include "dpobject.hxx" @@ -57,8 +56,8 @@ #include "dpshttab.hxx" #include "scmod.hxx" -#include "sc.hrc" //CHINA001 -#include "scabstdlg.hxx" //CHINA001 +#include "sc.hrc" +#include "scabstdlg.hxx" using namespace com::sun::star; using ::rtl::OUString; using ::std::vector; @@ -1008,7 +1007,7 @@ void ScDPLayoutDlg::NotifyDoubleClick( ScDPFieldType eType, size_t nFieldIndex ) if( ScDPLabelData* pData = GetLabelData( (*pArr)[nFieldIndex]->mnCol, &nArrPos ) ) { ScAbstractDialogFactory* pFact = ScAbstractDialogFactory::Create(); - DBG_ASSERT(pFact, "ScAbstractFactory create fail!");//CHINA001 + DBG_ASSERT(pFact, "ScAbstractFactory create fail!"); switch ( eType ) { |