editeng/source/editeng/impedit3.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit e88cc3616e730655ba34095d90e11177c1d69ed3 Author: matteocam <[email protected]> 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(); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
