office-gobmx/writerperfect
Noel Grandin 610b2b94b3 remove unnecessary use of OUString constructor when assigning
change code like
   aStr = OUString("xxxx");
to
   aStr = "xxxx";

Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-19 10:29:31 +02:00
..
qa/unit
source remove unnecessary use of OUString constructor when assigning 2013-11-19 10:29:31 +02:00
util
CppunitTest_writerperfect_stream.mk
Library_wpftdraw.mk
Library_wpftimpress.mk
Library_wpftwriter.mk
Makefile
Module_writerperfect.mk
README
StaticLibrary_writerperfect.mk

WordPerfect and other filters, wrappers for a set of similar libraries

This collection of filters is here in this folder in addition to the
WordPerfect filter that gave the module its (humorous) name "writerperfect"
because the libraries they use all have the same "style" of API and are
developed, at least partially, by the same person or group of persons.