office-gobmx/editeng
Tomaž Vajngerl 0513e10635 fdo#49350 Speedup "OK" action of auto-correct dialog
Instead of synchronizing the main list and the list of entries in the
dialog, just remember what was added and removed and only add / remove
those entries in the main "SvxAutoCorrect" list.
Additional add MakeCombinedChanges which adds and remove entries in
one call and only writes changes to the "acor" file once.

Change-Id: Idcc4c64d25e050c3f6eb9960a59c4a55d06b5ca1
2012-09-23 22:00:57 +02:00
..
inc fdo#49350 Speedup "OK" action of auto-correct dialog 2012-09-23 22:00:57 +02:00
prj
qa
source fdo#49350 Speedup "OK" action of auto-correct dialog 2012-09-23 22:00:57 +02:00
util
AllLangResTarget_editeng.mk
CppunitTest_editeng_borderline.mk
CppunitTest_editeng_core.mk
CppunitTest_editeng_lookuptree.mk
Library_editeng.mk
Makefile
Module_editeng.mk
Package_inc.mk
README

Edit engine.

In OO.o build DEV300m72 this module was split off from svx but it
has no dependencies on [[svx]] (nor on [[sfx2]]) while in turn svx depends on editeng
Read more in the mailing list post:
[http://www.mail-archive.com/dev@openoffice.org/msg13237.html]