diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-01 18:28:12 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-02 06:08:53 +0000 |
commit | db494c6b34fa14d5f444f39b52a7cdad90e7f21a (patch) | |
tree | 2b122ec7edba7c69ea0d660bf52b94ddd8c27656 /sw/qa | |
parent | 9c719b0391ba812145ee06e4eeb9ed98f3af1c35 (diff) |
Fix typos
Change-Id: I9bae7b6fd8d66b4877fc96d93fc8f57d17987002
Reviewed-on: https://gerrit.libreoffice.org/18984
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ww8import/ww8import.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx index 87fde3728ec8..600ca41577b3 100644 --- a/sw/qa/extras/ww8import/ww8import.cxx +++ b/sw/qa/extras/ww8import/ww8import.cxx @@ -174,7 +174,7 @@ xray ThisComponent.DrawPage.getByIndex(0).BoundRect DECLARE_WW8IMPORT_TEST(testN757905, "n757905.doc") { // The problem was that the paragraph had only a single fly - // (as-character-anchored), and the height of that was smallar than the + // (as-character-anchored), and the height of that was smaller than the // paragraph height. When in Word-compat mode, we should take the max of // the two, not just the height of the fly. |