Kaydet (Commit) 8ecc31ef authored tarafından Pavel Janík's avatar Pavel Janík

Add default case to prevent compiler warnings.

üst ffabffb9
......@@ -2084,6 +2084,8 @@ SwEscherEx::SwEscherEx(SvStream* pStrm, WW8Export& rWW8Wrt)
else
ASSERT( !this, "Where is the SDR-Object?" );
#endif
default:
;
}
if( !nShapeId )
......
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