summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/first.hxx
AgeCommit message (Collapse)AuthorFilesLines
2017-06-20ofz: use OString instead of bare char*Caolán McNamara1-1/+1
Change-Id: I2f7bfbd62c0a5477f0cbb38e86684db4fdb9c37f Reviewed-on: https://gerrit.libreoffice.org/38953 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-03-17Get rid of some unnecessary macrosStephan Bergmann1-4/+4
Change-Id: I872dd72429eae8d183ea1ca8d76fb30b0e8be715 Reviewed-on: https://gerrit.libreoffice.org/35321 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+0
that were really not helping make the code any clearer. Found with a search git grep -P 'typedef\s+\w+\s*\*\s*\w+\;' and manual inspection Change-Id: I6a5c031e9e060ad3623a7586ec8a8cc4fe6252e9
2014-07-08Avoid undefined downcasts to wrong typeStephan Bergmann1-2/+2
...CUtList::cDummyElmt is always only of type CUtListElmt, not a derived type. Change-Id: Ibc372642e2a53c548421b5cfa7cc496986036815
2014-04-19fixincludeguards.sh: lotuswordproThomas Arnhold1-2/+2
Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2011-03-04Remove useless comments in filters.Guillaume Poussel1-1/+1
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+3
2010-10-13Remove redundant include directives & commentsJ. Graeme Lingard1-2/+0
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin1-0/+81