summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/scendlg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:57:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 14:57:23 +0000
commit39a0c435ab02323ac20bb11e83b423fd59fbd0c9 (patch)
treee892ae459bffd5b90bef84e918557235cfda72bb /sc/source/ui/dbgui/scendlg.cxx
parent5175cd35d8fe1f488448291bfc5d5fa5ba76fae9 (diff)
INTEGRATION: CWS dialogdiet01 (1.8.16); FILE MERGED
2004/04/23 07:45:44 mwu 1.8.16.1: dialogdiet01 m33 sd 20040422
Diffstat (limited to 'sc/source/ui/dbgui/scendlg.cxx')
-rw-r--r--sc/source/ui/dbgui/scendlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/scendlg.cxx b/sc/source/ui/dbgui/scendlg.cxx
index 47b4e67979cb..d3f7676b7c07 100644
--- a/sc/source/ui/dbgui/scendlg.cxx
+++ b/sc/source/ui/dbgui/scendlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scendlg.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 16:11:46 $
+ * last change: $Author: hr $ $Date: 2004-05-10 15:57:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,9 +144,9 @@ ScNewScenarioDlg::ScNewScenarioDlg( Window* pParent, const String& rName, BOOL b
aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ", " ));
aComment += String( ScResId( STR_ON ) );
aComment += ' ';
- aComment += ScGlobal::pLocaleData->getDate( Date() );
+ aComment += GetScGlobalpLocaleData()->getDate( Date() );//CHINA001 aComment += ScGlobal::pLocaleData->getDate( Date() );
aComment.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ", " ));
- aComment += ScGlobal::pLocaleData->getTime( Time() );
+ aComment += GetScGlobalpLocaleData()->getTime( Time() );//CHINA001 aComment += ScGlobal::pLocaleData->getTime( Time() );
aEdComment .SetText( aComment );
aEdName .SetText( rName );