office-gobmx/editeng
Noel Grandin 1114d92759 fix OUString simplify
In my commit fb84710151
"simplify - use OUString::startsWith where possible"

I incorrectly converted
 if ( !aURL.isEmpty() && ( aURL[ 0 ] != '#' ) )
to
 if ( aURL.startsWith("#") )

Change-Id: I7fa3a814e13724dc65821e09c03db898b92626ec
2013-12-12 13:32:04 +02:00
..
inc fixincludeguards.sh: editeng 2013-10-28 15:16:20 +01:00
qa bugs.freedesktop.org -> bugs.libreoffice.org 2013-11-17 08:33:01 +01:00
source fix OUString simplify 2013-12-12 13:32:04 +02:00
AllLangResTarget_editeng.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
CppunitTest_editeng_borderline.mk new module i18nlangtag 2013-04-05 19:10:48 +02:00
CppunitTest_editeng_core.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
CppunitTest_editeng_lookuptree.mk missing declared dep on boost_headers for editeng lookuptree cppunit test 2013-06-22 18:46:58 -05:00
Library_editeng.mk gbuild: add gb_Library_use_restarget 2013-09-22 11:08:28 +02:00
Makefile re-base on ALv2 code. Includes (at least) relevant parts of: 2012-11-06 11:58:16 +00:00
Module_editeng.mk make l10n buildable separately 2013-11-14 16:45:02 +01:00
README Added READMEs for modules which used to be in libs-core 2012-02-08 06:37:16 +01:00

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]