Kaydet (Commit) ec2222e5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I5a9bb201377ab3b65ab5f896f986126644352969
Reviewed-on: https://gerrit.libreoffice.org/70225
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst ddd24916
......@@ -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" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment