sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ec2222e54dd6a496fd7931a966eee272172025d2 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 3 21:46:14 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
