--- src/core/CLucene/index/DocumentsWriterThreadState.cpp +++ src/core/CLucene/index/DocumentsWriterThreadState.cpp @@ -484,7 +484,7 @@ last->next = fp->next; if (_parent->infoStream != NULL) - (*_parent->infoStream) << " remove field=" << fp->fieldInfo->name << "\n"; + (*_parent->infoStream) << " remove field\n"; _CLDELETE(fp); } else { @@ -557,7 +557,7 @@ fieldDataArray[i]->processField(analyzer); if (maxTermPrefix != NULL && _parent->infoStream != NULL) - (*_parent->infoStream) << "WARNING: document contains at least one immense term (longer than the max length " << MAX_TERM_LENGTH << "), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '" << maxTermPrefix << "...'\n"; + (*_parent->infoStream) << "WARNING: document contains at least one immense term (longer than the max length " << MAX_TERM_LENGTH << "), all of which were skipped. Please correct the analyzer to not produce such terms.\n"; if (_parent->ramBufferSize != IndexWriter::DISABLE_AUTO_FLUSH && _parent->numBytesUsed > 0.95 * _parent->ramBufferSize) @@ -910,7 +910,7 @@ // truncate the token stream after maxFieldLength tokens. if ( length >= maxFieldLength) { if (_parent->infoStream != NULL) - (*_parent->infoStream) << "maxFieldLength " << maxFieldLength << " reached for field " << fieldInfo->name << ", ignoring following tokens\n"; + (*_parent->infoStream) << "maxFieldLength " << maxFieldLength << " reached for field, ignoring following tokens\n"; break; } } else if (length > IndexWriter::DEFAULT_MAX_FIELD_LENGTH) { -0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc/ui/subtotaldialog.ui
AgeCommit message (Expand)Author
2019-03-11weld ScSubTotalDlgCaolán McNamara
2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2018-02-25convert all help responses to gtk's -11Caolán McNamara
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara