--- src/contribs-lib/CLucene/analysis/PorterStemmer.cpp +++ src/contribs-lib/CLucene/analysis/PorterStemmer.cpp @@ -94,7 +94,7 @@ return true; } - bool PorterStemmer::ends(TCHAR *s) { + bool PorterStemmer::ends(const TCHAR *s) { size_t l = _tcslen(s); size_t o = k-l+1; if (o < k0) --- src/contribs-lib/CLucene/analysis/PorterStemmer.h +++ src/contribs-lib/CLucene/analysis/PorterStemmer.h @@ -68,7 +68,7 @@ */ bool cvc(size_t i); - bool ends(TCHAR *s); + bool ends(const TCHAR *s); /* setto(s) sets (j+1),...k to the characters in the string s, readjusting k. */ >
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/inc
AgeCommit message (Expand)Author
2016-11-17tdf#103876: PPTX import: Title shape's character properties are wrongTamás Zolnai
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin