[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - editeng/source

matteocam matteo.campanelli at gmail.com
Thu Jun 18 19:59:53 PDT 2015


 editeng/source/editeng/impedit3.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e88cc3616e730655ba34095d90e11177c1d69ed3
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Thu Jun 18 22:57:40 2015 -0400

    Check for changes in editing
    
    Change-Id: I04e1e642c877d15c8c751f8a69ac6b2da1489bf1

diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 5d6ce0b..892a297 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -493,7 +493,8 @@ void ImpEditEngine::FormatDoc()
     CallStatusHdl();    // If Modified...
 
     //FIXME(matteocam)
-    CallChainingEventHdl(); // For chaining
+    if (IsModified())
+        CallChainingEventHdl(); // For chaining
 
     LeaveBlockNotifications();
 }


More information about the Libreoffice-commits mailing list