summaryrefslogtreecommitdiff
path: root/hunspell
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell')
0 files changed, 0 insertions, 0 deletions
.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-04-28loplugin:cppunitassertequals: testStephan Bergmann Change-Id: I3357b7502fcf9a45095919157ca1530e10c14dd0 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin Change-Id: I6e91d22fc1826038c05ddb6fc065563c6a250752 Reviewed-on: https://gerrit.libreoffice.org/24459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-26test: clean up namespacingThomas Arnhold Change-Id: I7df07176bdbd15fdfdf8f9a7cdb26d4bee12997d 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>