change libwriterperfect to shared library

Desktop / LibreOffice - David Tardon [redhat.com] - 24 April 2014 09:27 UTC

There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-)

b7fa995 change libwriterperfect to shared library
Repository.mk | 1 +
include/writerperfect/DirectoryStream.hxx | 50 +
include/writerperfect/DocumentHandler.hxx | 56 ++
include/writerperfect/WPXSvInputStream.hxx | 59 ++
include/writerperfect/writerperfectdllapi.h | 23 +
writerperfect/CppunitTest_writerperfect_stream.mk | 1 +
writerperfect/Library_wpftdraw.mk | 10 +-
writerperfect/Library_wpftimpress.mk | 10 +-
writerperfect/Library_wpftwriter.mk | 10 +-
writerperfect/Library_writerperfect.mk | 54 ++
writerperfect/Module_writerperfect.mk | 2 +-
writerperfect/StaticLibrary_writerperfect.mk | 46 -
writerperfect/qa/unit/WPXSvStreamTest.cxx | 4 +-
writerperfect/source/common/DirectoryStream.cxx | 4 +-
writerperfect/source/common/DirectoryStream.hxx | 48 -
writerperfect/source/common/DocumentHandler.cxx | 12 +-
writerperfect/source/common/DocumentHandler.hxx | 48 -
writerperfect/source/common/WPXSvInputStream.cxx | 961 ++++++++++++++++++++
writerperfect/source/common/WPXSvStream.cxx | 953 -------------------
writerperfect/source/common/WPXSvStream.hxx | 50 -
writerperfect/source/draw/CDRImportFilter.cxx | 7 +-
writerperfect/source/draw/CMXImportFilter.cxx | 7 +-
writerperfect/source/draw/FreehandImportFilter.cxx | 7 +-
writerperfect/source/draw/MSPUBImportFilter.cxx | 7 +-
writerperfect/source/draw/VisioImportFilter.cxx | 7 +-
writerperfect/source/draw/WPGImportFilter.cxx | 7 +-
.../source/impress/KeynoteImportFilter.cxx | 11 +-
.../source/writer/AbiWordImportFilter.cxx | 7 +-
writerperfect/source/writer/EBookImportFilter.cxx | 7 +-
.../source/writer/MSWorksImportFilter.cxx | 7 +-
writerperfect/source/writer/MWAWImportFilter.cxx | 8 +-
.../source/writer/WordPerfectImportFilter.cxx | 7 +-
32 files changed, 1289 insertions(+), 1202 deletions(-)

Upstream: cgit.freedesktop.org


  • Share