fix build
Change-Id: Ibdfeabe15c0f69e69535aaeec26cf5144fc72944
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user