diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-04-02 14:51:27 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-04-02 14:51:50 +0200 |
commit | ba431cd20a8a4a97720884487b3f943c55685ac1 (patch) | |
tree | 698ccff3bb5def4b5ab0bc8101e681c1fa6a31b8 /sw/qa/extras | |
parent | c35bf9ef22809b01cc8a6e765856d24a17afd8cc (diff) |
sw: [loplugin:stringconstant]
Change-Id: Idb8a113254574ca5f998980ede91e42f9bd09277
Diffstat (limited to 'sw/qa/extras')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index 88f595ac8618..e792e5cc59ed 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -871,7 +871,7 @@ void SwUiWriterTest::testSearchWithTransliterate() SearchOpt.algorithmType = com::sun::star::util::SearchAlgorithms_ABSOLUTE; SearchOpt.searchFlag = 0x00000001; SearchOpt.searchString = "other"; - SearchOpt.replaceString = ""; + SearchOpt.replaceString.clear(); SearchOpt.changedChars = 0; SearchOpt.deletedChars = 0; SearchOpt.insertedChars = 0; |