Kaydet (Commit) ad07270f authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4189: local variable is initialized but not referenced

Change-Id: Idc096dd366284503b397a51e708647d026b64eb0
üst 6c4ca2ba
......@@ -1501,6 +1501,7 @@ void SVGTextWriter::writeTextPortion( const Point& rPos,
assert(mpVDev); //invalid virtual device
#if 0
const FontMetric aMetric( mpVDev->GetFontMetric() );
bool bTextSpecial = aMetric.IsShadow() || aMetric.IsOutline() || (aMetric.GetRelief() != RELIEF_NONE);
......@@ -1513,6 +1514,9 @@ void SVGTextWriter::writeTextPortion( const Point& rPos,
{
// to be implemented
}
#else
implWriteTextPortion( rPos, rText, mpVDev->GetTextColor(), bApplyMapping );
#endif
}
......
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