summaryrefslogtreecommitdiff
path: root/sw/qa/extras/htmlimport/htmlimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/htmlimport/htmlimport.cxx')
-rw-r--r--sw/qa/extras/htmlimport/htmlimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/htmlimport/htmlimport.cxx b/sw/qa/extras/htmlimport/htmlimport.cxx
index 5ac63de6c9f1..52a29e2fdb91 100644
--- a/sw/qa/extras/htmlimport/htmlimport.cxx
+++ b/sw/qa/extras/htmlimport/htmlimport.cxx
@@ -46,7 +46,7 @@ DECLARE_HTMLIMPORT_TEST(testInlinedImage, "inlined_image.html")
{
SwXTextDocument* pTxtDoc = dynamic_cast<SwXTextDocument *>(mxComponent.get());
CPPUNIT_ASSERT(pTxtDoc);
- // The document contains only one embeded picture inlined in img's src attribute.
+ // The document contains only one embedded picture inlined in img's src attribute.
SwDoc* pDoc = pTxtDoc->GetDocShell()->GetDoc();
SwEditShell* pEditShell = pDoc->GetEditShell();