summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsdwfileloader.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-0/+2
| | | | Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-7/+2
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* Fix memory leaks, by refcounting XFContentStephan Bergmann2014-06-111-1/+1
| | | | Change-Id: I8c94c63230eec13bf22043ff07f9f480a0463111
* lwp: remove using namespace std from headersThomas Arnhold2014-05-191-1/+1
| | | | Change-Id: Ied5806a1706473ac0fe4e1baebb71256cf56681d
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-4/+2
| | | | Change-Id: Ie83cd8392363800bcb1de641b537efdab2910ddd
* nuke dead codeTakeshi Abe2012-06-071-46/+0
| | | | Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
* remove first chunk of lotuswordpro warningsCaolán McNamara2010-10-131-1/+3
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-1/+3
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin2010-10-081-0/+148