office-gobmx/io
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
..
source Bin comments that claim to say why some header is included 2013-10-22 16:56:28 +03:00
test remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
Library_acceptor.mk
Library_connector.mk
Library_streams.mk
Library_textinstream.mk
Library_textoutstream.mk
Makefile
Module_io.mk
README

Simple IO wrapper UNO components