office-gobmx/starmath
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 fdo#65586: Add tools tips in Math Elements Dock 2013-11-03 10:14:22 -06:00
qa WaE: unused variable 'sExpected' [loplugin] 2013-11-03 10:34:43 +02:00
sdi
source remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
uiconfig/smath
util
workben
AllLangResTarget_sm.mk
CppunitTest_starmath_qa_cppunit.mk
JunitTest_starmath_unoapi.mk
Library_sm.mk
Library_smd.mk
Makefile
Module_starmath.mk
README
UIConfig_smath.mk
visual-editor-todo

Formula editor code for writer ([[sw]]).

Good overview from the original developer:
http://www.mail-archive.com/dev@sw.openoffice.org/msg00200.html