svl/source/undo/undo.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 86829b5bb7981269237f8a4b694d627b8a440bce
Author: Michael Meeks <michael.me...@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.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@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();
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to