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/scendlg.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/scendlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/scendlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/scendlg.cxx b/sc/source/ui/dbgui/scendlg.cxx index 96c9f120f5b1..58e153387e09 100644 --- a/sc/source/ui/dbgui/scendlg.cxx +++ b/sc/source/ui/dbgui/scendlg.cxx @@ -108,9 +108,9 @@ ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const String& rName, BOOL b aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ", " )); aComment += String( ScResId( STR_ON ) ); aComment += ' '; - aComment += ScGlobal::GetpLocaleData()->getDate( Date() );//CHINA001 aComment += ScGlobal::pLocaleData->getDate( Date() ); + aComment += ScGlobal::GetpLocaleData()->getDate( Date() ); aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ", " )); - aComment += ScGlobal::GetpLocaleData()->getTime( Time() );//CHINA001 aComment += ScGlobal::pLocaleData->getTime( Time() ); + aComment += ScGlobal::GetpLocaleData()->getTime( Time() ); aEdComment .SetText( aComment ); aEdName .SetText( rName ); |