summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/ooxmlimport/ooxmlimport.cxx')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 3a541ad33398..57ae73534127 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -572,7 +572,7 @@ numberingstyle = ThisComponent.NumberingRules.getByIndex(6)
xray numberingstyle.name - should match name above
numbering = numberingstyle.getByIndex(0)
xray numbering(11) - should be 4, arabic
-note that the indexes may get off as the implementation evolves, C++ code seaches in loops
+note that the indexes may get off as the implementation evolves, C++ code searches in loops
*/
uno::Reference<text::XTextDocument> xTextDocument(mxComponent, uno::UNO_QUERY);
uno::Reference< text::XTextRange > paragraph(getParagraph( 1, "Text1." ));