summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/spelldta.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx
index f1d5d7b00023..34c931290578 100644
--- a/linguistic/source/spelldta.cxx
+++ b/linguistic/source/spelldta.cxx
@@ -110,7 +110,6 @@ void SeqRemoveNegEntries( Sequence< OUString > &rSeq,
Reference< XSearchableDictionaryList > &rxDicList,
sal_Int16 nLanguage )
{
- static const OUString aEmpty;
bool bSthRemoved = false;
sal_Int32 nLen = rSeq.getLength();
OUString *pEntries = rSeq.getArray();
@@ -120,7 +119,7 @@ void SeqRemoveNegEntries( Sequence< OUString > &rSeq,
pEntries[i], nLanguage, false, true ) );
if (xNegEntry.is())
{
- pEntries[i] = aEmpty;
+ pEntries[i].clear();
bSthRemoved = true;
}
}
st retrieve it directlySamuel Mehrbrodt 2018-05-22Rename parameter bScriptingContent -> bSignScriptingContentSamuel Mehrbrodt 2018-05-18tdf#83877 Write SignatureLineId to ODF & OOXML signaturesSamuel Mehrbrodt 2018-05-15Sign Signature LineSamuel Mehrbrodt 2018-05-15tdf#117225 sfx2: fix leftover temp file when saving doc with embedded objectsMiklos Vajna 2018-02-09tdf#108210: Allow to ignore a lock file if there's no filesystem lockMike Kaganski 2018-01-10sfx2 store: add API to allow avoiding the fsync of the output fileMiklos Vajna 2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin 2017-09-05tdf#109202: pass arg of --convert-images-to to (f)odt filterKatarina Behrens 2017-07-21loplugin:constparams in sfx2Noel Grandin 2017-06-21convert ErrCode to strong typedefNoel Grandin 2017-06-06tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-15Fix typosAndrea Gelmini 2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara 2016-10-27loplugin:expandablemethods in sfx2Noel Grandin 2016-10-14convert LOCK_UI constants to scoped enumNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-24tdf#93630: Remember whether a doc was originally requested to be opened r/oStephan Bergmann 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-05-22tdf#89329: use unique_ptr for pImpl in docfileXisco Fauli 2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin 2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin 2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard 2016-03-09loplugin:constantparam in sfx2Noel Grandin 2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin 2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-27inline SfxMediumRef typedefNoel Grandin 2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno 2015-08-31make Link<> typedNoel Grandin