Kaydet (Commit) f18e0e2f authored tarafından Caolán McNamara's avatar Caolán McNamara

clang scan-build: Assigned value is garbage or undefined

Change-Id: I461bb3d513fdbfffb3b79b549beded82c8d2a3d9
üst a215499b
...@@ -303,6 +303,9 @@ PrinterGfx::DrawText ( ...@@ -303,6 +303,9 @@ PrinterGfx::DrawText (
const sal_Int32* pDeltaArray const sal_Int32* pDeltaArray
) )
{ {
if (!nLen)
return;
fontID nRestoreFont = mnFontID; fontID nRestoreFont = mnFontID;
// setup font[substitutes] and map the string into the symbol area in case of // setup font[substitutes] and map the string into the symbol area in case of
......
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