diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-05 21:20:27 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-06 09:42:04 +0100 |
commit | 240e67e37e1aaf459315e31a298bfb434fc1da8c (patch) | |
tree | 152d1e24fda813f407dfe9b90e90ce99e598d320 /sw/source | |
parent | 3e38b81a65ced47595e9760bdc622d9434b72cc0 (diff) |
Fix typos
Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5
Reviewed-on: https://gerrit.libreoffice.org/50785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8graf2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8graf2.cxx b/sw/source/filter/ww8/ww8graf2.cxx index 023aaabf173f..7e634e5114fe 100644 --- a/sw/source/filter/ww8/ww8graf2.cxx +++ b/sw/source/filter/ww8/ww8graf2.cxx @@ -432,7 +432,7 @@ SwFrameFormat* SwWW8ImplReader::ImportGraf1(WW8_PIC const & rPic, SvStream* pSt, if (!bOk) { delete pGraph; - return nullptr; // Graphic could not be readed correctly + return nullptr; // Graphic could not be read correctly } WW8PicDesc aPD( rPic ); |