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

silence bogus warning

Change-Id: Ib8f4bcebfbd1f25f426a5d7954c3a55248c3c315
üst 2a4ccc0c
......@@ -3972,7 +3972,7 @@ static Any lcl_GetDisplayBitmap(const OUString& _sLinkSuffix)
OUString sLinkSuffix = _sLinkSuffix;
if(!sLinkSuffix.isEmpty())
sLinkSuffix = sLinkSuffix.copy(1);
ContentTypeId nImgId;
ContentTypeId nImgId(ContentTypeId::UNKNOWN);
bool bNotFound = false;
if(sLinkSuffix == "outline")
......
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