summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh3.cxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-11 15:02:59 +0000
committerEike Rathke <er@openoffice.org>2001-07-11 15:02:59 +0000
commited77a24c36a97769b49492f9b19c6f231d77298d (patch)
treea11263e67d2c4b5ae16d0659a15d7ffc866d9861 /sc/source/ui/docshell/docsh3.cxx
parent319ebbe0f7b832ec8660a08b0a16ab2cdc65adef (diff)
#88188# performance: transliteration compare instead of collator compare; SvtSysLocaleData accesses
Diffstat (limited to 'sc/source/ui/docshell/docsh3.cxx')
-rw-r--r--sc/source/ui/docshell/docsh3.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index f1d799e0f166..449e01fa4a5c 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh3.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: er $ $Date: 2001-07-02 10:12:17 $
+ * last change: $Author: er $ $Date: 2001-07-11 15:59:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,8 +86,8 @@
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
-#ifndef INCLUDED_SVTOOLS_SYSLOCALE_HXX
-#include <svtools/syslocale.hxx>
+#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX
+#include <unotools/localedatawrapper.hxx>
#endif
#include "docsh.hxx"
@@ -562,9 +562,9 @@ void ScDocShell::ExecuteChangeCommentDialog( ScChangeAction* pAction, Window* pP
String aAuthor = pAction->GetUser();
DateTime aDT = pAction->GetDateTime();
- String aDate = ScGlobal::pSysLocale->GetLocaleData().getDate( aDT );
+ String aDate = ScGlobal::pLocaleData->getDate( aDT );
aDate += ' ';
- aDate += ScGlobal::pSysLocale->GetLocaleData().getTime( aDT, FALSE, FALSE );
+ aDate += ScGlobal::pLocaleData->getTime( aDT, FALSE, FALSE );
SfxItemSet aSet( GetPool(),
SID_ATTR_POSTIT_AUTHOR, SID_ATTR_POSTIT_AUTHOR,