sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ec2222e54dd6a496fd7931a966eee272172025d2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 3 21:46:14 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Apr 4 07:51:23 2019 +0200 Fix typo Change-Id: I5a9bb201377ab3b65ab5f896f986126644352969 Reviewed-on: https://gerrit.libreoffice.org/70225 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 663670e38c9c..91d80fed6091 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -528,7 +528,7 @@ static OString convertToOOXMLHoriOrient(sal_Int16 nOrient, bool bIsPosToggle) case text::HoriOrientation::RIGHT: return OString( bIsPosToggle ? "outside" : "right" ); case text::HoriOrientation::CENTER: - // fall-through indended + // fall-through intended case text::HoriOrientation::FULL: default: return OString( "center" ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits