office-gobmx/drawinglayer
Noel Grandin 2241fd5302 remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL
Convert code like:
    aStr.equalsIgnoreAsciiCaseL(RTL_CONSTASCII_STRINGPARAM("XGRAD_SEQ_BEGIN"))
to:
    aStr.equalsIgnoreAsciiCase("XGRAD_SEQ_BEGIN")
which compiles down to the same code.

Change-Id: Ia69289d853d292b2f27b68863cb6f6ecdbf1a71e
2013-11-22 08:07:18 +02:00
..
inc/pch
source remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL 2013-11-22 08:07:18 +02:00
drawinglayer.component
Library_drawinglayer.mk
Makefile
Module_drawinglayer.mk
README

*Somewhat of a middle layer between rendering subsystems and application cores.

*It offers a nice and easy API to render complex shapes.