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

Fix typos

Change-Id: I384be98fc5336d48e6855a0ed0fe436b63712152
Reviewed-on: https://gerrit.libreoffice.org/45143Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 5f62933a
...@@ -4475,7 +4475,7 @@ ...@@ -4475,7 +4475,7 @@
<prop oor:name="UseNativeTextDecoration" oor:type="xs:boolean" oor:nillable="false"> <prop oor:name="UseNativeTextDecoration" oor:type="xs:boolean" oor:nillable="false">
<info> <info>
<desc>Specifies if text decoration like underlining and <desc>Specifies if text decoration like underlining and
strike-through be drawm by using SVG attributes (true) or by strike-through be drawn by using SVG attributes (true) or by
drawing SVG primitives (false).</desc> drawing SVG primitives (false).</desc>
</info> </info>
<value>true</value> <value>true</value>
......
...@@ -648,7 +648,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const tools::Rectangle& ...@@ -648,7 +648,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const tools::Rectangle&
// TODO case ESCHER_FillShadeTitle: pFillType = ""; break; // TODO case ESCHER_FillShadeTitle: pFillType = ""; break;
// TODO case ESCHER_FillBackground: pFillType = ""; break; // TODO case ESCHER_FillBackground: pFillType = ""; break;
default: default:
SAL_INFO("oox.vml", "Uunhandled fill type: " << nValue); SAL_INFO("oox.vml", "Unhandled fill type: " << nValue);
break; break;
} }
if ( pFillType ) if ( pFillType )
......
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