[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - editeng/source
matteocam
matteo.campanelli at gmail.com
Mon Jun 22 12:29:45 PDT 2015
editeng/source/editeng/impedit3.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4bf0c3ebb5faa2d28c2e30f80c5e717da725a9a5
Author: matteocam <matteo.campanelli at gmail.com>
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();
}
More information about the Libreoffice-commits
mailing list