summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpverdocument.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann1-1/+2
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-04-19fixincludeguards.sh: lotuswordproThomas Arnhold1-2/+2
Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2011-08-12callcatcher: unused codeCaolán McNamara1-1/+0
2010-12-24remove redundant semicolonsDavid Tardon1-1/+1
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+3
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin1-0/+84