summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcharborderoverride.cxx
AgeCommit message (Collapse)Author
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
which in turn triggered some loplugin:useuniqueptr Change-Id: I0c38561fc9b68dac44e8cf58c8aa1f582196cc64 Reviewed-on: https://gerrit.libreoffice.org/38281 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
2015-07-17remove pointless comments in lotuswordproNoel Grandin
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
2014-09-30lotuswordpro: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I205b84f6dcb996935bd59ac9927313c6a88066b4
2014-03-13coverity#738688 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ia161f30e943dfc3bf4ef114f3861817f9b1acb79
2011-08-23callcatcher: yet more unused codeCaolán McNamara
2011-05-22fix up endianness of higher-hanging QuickReadsCaolán McNamara
2010-12-24make copying aware of NULL pointersDavid Tardon
2010-12-24replace virtual operator= by cloningDavid Tardon
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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>
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin