Kaydet (Commit) f9bef754 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

fix build

Change-Id: Ibdfeabe15c0f69e69535aaeec26cf5144fc72944
üst 8c4b77ac
......@@ -2452,16 +2452,16 @@ sal_uLong SVMConverter::ImplWriteActions( SvStream& rOStm, GDIMetaFile& rMtf,
}
break;
#ifdef DBG_UTIL
default:
#ifdef DBG_UTIL
{
OStringBuffer aStr("Missing implementation for Action#: ");
aStr.append(static_cast<sal_Int32>(pAction->GetType()));
aStr.append('!');
OSL_FAIL(aStr.getStr());
}
break;
#endif
break;
}
}
......
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