--- src/core/CLucene/index/SegmentInfos.cpp +++ src/core/CLucene/index/SegmentInfos.cpp @@ -358,7 +358,7 @@ if (delGen == NO) { // In this case we know there is no deletion filename // against this segment - return NULL; + return {}; } else { // If delGen is CHECK_DIR, it's the pre-lockless-commit file format return IndexFileNames::fileNameFromGeneration(name.c_str(), (string(".") + IndexFileNames::DELETES_EXTENSION).c_str(), delGen); t logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svtools/collatorres.hxx
AgeCommit message (Expand)Author
2016-08-29coverity#1371317 avoid unnecessary copiesCaolán McNamara