summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-05-05 18:41:58 +0100
committerJan Holesovsky <kendy@collabora.com>2017-05-11 11:12:52 +0200
commit789a1d58c322b553bf16e6bc95dd5f306a875ab2 (patch)
tree017e79b321fab33e9fff80b7526f855ed7308b03 /svl
parentce11f2452951d448b91b74d1e59e163a8b322eb6 (diff)
Plausible fix for timezone offset issue in Repair Document.
Change-Id: Ic1dabb2c2330e0a74a75d75140b0c598555a0d53 Reviewed-on: https://gerrit.libreoffice.org/37300 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@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 2a7d357ab9aa..770c0821cd82 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -55,6 +55,7 @@ SfxUndoAction::~SfxUndoAction()
SfxUndoAction::SfxUndoAction()
: m_aDateTime(DateTime::SYSTEM)
{
+ m_aDateTime.ConvertToUTC();
}