summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-05-05 18:41:58 +0100
committerMichael Meeks <michael.meeks@collabora.com>2017-05-06 13:23:00 +0200
commit86829b5bb7981269237f8a4b694d627b8a440bce (patch)
tree8d5899d405245a06748d56f7d2a7cde4e14fb680 /svl
parent3d4e1d13cf072c9aadb18cb848d415046cf8fede (diff)
Plausible fix for timezone offset issue in Repair Document.
Change-Id: Ic1dabb2c2330e0a74a75d75140b0c598555a0d53 Reviewed-on: https://gerrit.libreoffice.org/37301 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/undo/undo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index 2b3c80eed377..d837621fba87 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -56,6 +56,7 @@ SfxUndoAction::~SfxUndoAction()
SfxUndoAction::SfxUndoAction()
: m_aDateTime(DateTime::SYSTEM)
{
+ m_aDateTime.ConvertToUTC();
}