summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-25 13:22:43 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-25 17:13:38 +0200
commit7a8b697aed6eddf1dec4d3c3610359259d4468f4 (patch)
treeef9378c91982b48daa3d21426c7e120f8dadfc41 /sw/qa/extras
parent2cdcf5805b32098e75285015b57bf0f890723e41 (diff)
Fix typos
Change-Id: I13c41a077cd54102010c8253dee2455f235087c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121033 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx
index 4b717b47c27e..c3ad147713bf 100644
--- a/sw/qa/extras/uiwriter/uiwriter2.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter2.cxx
@@ -4006,7 +4006,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf137737_FindReplace)
{
createSwDoc(DATA_DIRECTORY, "tdf137737_FindReplace.docx");
- // Replace staight quotes with something (opening quotes in real life, but X is adequate here)
+ // Replace straight quotes with something (opening quotes in real life, but X is adequate here)
uno::Sequence<beans::PropertyValue> aArgs(comphelper::InitPropertySequence({
{ "SearchItem.SearchString", uno::makeAny(OUString("^\"")) },
{ "SearchItem.ReplaceString", uno::makeAny(OUString("X")) },
@@ -4019,7 +4019,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf137737_FindReplace)
// Replace the first match.
dispatchCommand(mxComponent, ".uno:ExecuteSearch", aArgs);
- // Replace staight quotes with something (closing quotes in real life)
+ // Replace straight quotes with something (closing quotes in real life)
aArgs[0].Value <<= OUString("\"$");
dispatchCommand(mxComponent, ".uno:ExecuteSearch", aArgs);
dispatchCommand(mxComponent, ".uno:ExecuteSearch", aArgs);