summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-08-26 09:23:20 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-08-26 09:23:57 -0400
commit0b8c73c52f12915e4b2500e38d1c76b8ed58e536 (patch)
tree8bc9a2a9de68b62139013799db7ea7f9d6a0dc90 /sc
parentcd50ae73a48cc4ee2b32263dc4170792276203ce (diff)
This one needs to be local time too.
Change-Id: I4e0b19689f350018039b5f5a12605ed768be1f04
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 366b13cda636..01d1673b084d 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -1517,7 +1517,7 @@ void ScExportTest::testTrackChangesSimpleXLSX()
return false;
}
- DateTime aDTNew = pAction->GetDateTimeUTC();
+ DateTime aDTNew = pAction->GetDateTime();
if (aDTNew <= aDT)
{
cerr << "Time stamp of the new revision should be more recent than that of the last revision." << endl;