diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-03 21:46:14 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-04 07:51:23 +0200 |
commit | ec2222e54dd6a496fd7931a966eee272172025d2 (patch) | |
tree | 34b76e8e5fe01b08d10c03c44cb466b41b801b8e /sw | |
parent | ddd2491674ca34f9a0eb903a0385f658ed4d375c (diff) |
Fix typo
Change-Id: I5a9bb201377ab3b65ab5f896f986126644352969
Reviewed-on: https://gerrit.libreoffice.org/70225
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |