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

New commits:
commit 789a1d58c322b553bf16e6bc95dd5f306a875ab2
Author: Michael Meeks <[email protected]>
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/37300
    Reviewed-by: Jan Holesovsky <[email protected]>
    Tested-by: Jan Holesovsky <[email protected]>

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();
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to