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 bundle libebook 2013-11-11 06:52:50 +00:00
CppunitTest_writerperfect_stream.mk
Library_wpftdraw.mk BIPU Freehand importer 2013-10-31 12:51:12 +00:00
Library_wpftimpress.mk integrate Apple Keynote import filter 2013-10-30 19:49:34 +00:00
Library_wpftwriter.mk bundle libebook 2013-11-11 06:52:50 +00:00
Makefile
Module_writerperfect.mk BIPU Freehand importer 2013-10-31 12:51:12 +00:00
README
StaticLibrary_writerperfect.mk update libodfgen 2013-10-30 20:12:56 +00:00

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.