[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 4 05:51:53 UTC 2019
sw/source/filter/ww8/docxattributeoutput.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ec2222e54dd6a496fd7931a966eee272172025d2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 3 21:46:14 2019 +0000
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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" );
More information about the Libreoffice-commits
mailing list