summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-18 22:44:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-09-18 22:06:21 +0000
commitac226443522c55ab75cab8eed354b999052135a7 (patch)
tree48801094ac0b40842a7856a9955a5c3a047ef7b6 /sw/qa
parent494aa9ee5d01699c0dcbc912091de30a314c09fc (diff)
Fix typos
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09 Reviewed-on: https://gerrit.libreoffice.org/18707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/core/uwriter.cxx2
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx
index 70061eb07011..92124c1d390a 100644
--- a/sw/qa/core/uwriter.cxx
+++ b/sw/qa/core/uwriter.cxx
@@ -1456,7 +1456,7 @@ namespace
}
};
TYPEINIT1( TestClient, SwClient );
- // sad copypasta as tools/rtti.hxxs little brain cant cope with templates
+ // sad copypasta as tools/rtti.hxxs little brain can't cope with templates
struct OtherTestClient : SwClient
{
TYPEINFO_OVERRIDE();
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index d9c67b958f5b..91887202d0fd 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -1672,14 +1672,14 @@ void SwUiWriterTest::testTdf77342()
SwGetRefFieldType* pRefType = static_cast<SwGetRefFieldType*>(pField);
//moving cursor to the starting of document
pWrtShell->SttDoc();
- //inserting refernce field 1
+ //inserting reference field 1
SwGetRefField aField1(pRefType, OUString(""), REF_FOOTNOTE, sal_uInt16(0), REF_CONTENT);
pWrtShell->Insert(aField1);
//inserting second footnote
pWrtShell->InsertFootnote(OUString(""));
pWrtShell->SttDoc();
pCrsr->Move(fnMoveForward);
- //inserting refernce field 2
+ //inserting reference field 2
SwGetRefField aField2(pRefType, OUString(""), REF_FOOTNOTE, sal_uInt16(1), REF_CONTENT);
pWrtShell->Insert(aField2);
//inserting third footnote
@@ -1687,7 +1687,7 @@ void SwUiWriterTest::testTdf77342()
pWrtShell->SttDoc();
pCrsr->Move(fnMoveForward);
pCrsr->Move(fnMoveForward);
- //inserting refernce field 3
+ //inserting reference field 3
SwGetRefField aField3(pRefType, OUString(""), REF_FOOTNOTE, sal_uInt16(2), REF_CONTENT);
pWrtShell->Insert(aField3);
//updating the fields