office-gobmx/editeng
Noel Grandin 610b2b94b3 remove unnecessary use of OUString constructor when assigning
change code like
   aStr = OUString("xxxx");
to
   aStr = "xxxx";

Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-19 10:29:31 +02:00
..
inc
qa bugs.freedesktop.org -> bugs.libreoffice.org 2013-11-17 08:33:01 +01:00
source remove unnecessary use of OUString constructor when assigning 2013-11-19 10:29:31 +02:00
AllLangResTarget_editeng.mk
CppunitTest_editeng_borderline.mk
CppunitTest_editeng_core.mk
CppunitTest_editeng_lookuptree.mk
Library_editeng.mk
Makefile
Module_editeng.mk make l10n buildable separately 2013-11-14 16:45:02 +01:00
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]