[Libreoffice-commits] core.git: svl/source
Michael Meeks
michael.meeks at collabora.com
Sat May 6 11:23:34 UTC 2017
svl/source/undo/undo.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 86829b5bb7981269237f8a4b694d627b8a440bce
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Fri May 5 18:41:58 2017 +0100
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 at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
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();
}
More information about the Libreoffice-commits
mailing list