summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-02 14:51:27 +0200
committerMichael Stahl <mstahl@redhat.com>2015-04-02 14:51:50 +0200
commitba431cd20a8a4a97720884487b3f943c55685ac1 (patch)
tree698ccff3bb5def4b5ab0bc8101e681c1fa6a31b8 /sw/qa/extras
parentc35bf9ef22809b01cc8a6e765856d24a17afd8cc (diff)
sw: [loplugin:stringconstant]
Change-Id: Idb8a113254574ca5f998980ede91e42f9bd09277
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx2
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;