editeng/source/editeng/impedit3.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4bf0c3ebb5faa2d28c2e30f80c5e717da725a9a5 Author: matteocam <[email protected]> Date: Mon Jun 22 15:29:14 2015 -0400 Removed IsModified() check for chaining handler Change-Id: Ib1b7d000afe762e3be38ac2bc79d2bdf928e1d66 diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index 892a297..4d6e66e 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -493,8 +493,8 @@ void ImpEditEngine::FormatDoc() CallStatusHdl(); // If Modified... //FIXME(matteocam) - if (IsModified()) - CallChainingEventHdl(); // For chaining + + CallChainingEventHdl(); // For chaining LeaveBlockNotifications(); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
