office-gobmx/basctl
Noel Grandin 5285beeaa4 remove redundant calls to OUString constructor in if expression
Convert code like:
  if( aStr == OUString("xxxx") )
to this:
  if( aStr == "xxxx" )

Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
..
inc
sdi
source remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
uiconfig/basicide
util
AllLangResTarget_basctl.mk
Library_basctl.mk
Makefile
Module_basctl.mk
README
UIConfig_basicide.mk

Controls and dialogs for Basic. Contains the Basic IDE.