fix build
Change-Id: Ibdfeabe15c0f69e69535aaeec26cf5144fc72944
This commit is contained in:
@@ -2452,16 +2452,16 @@ sal_uLong SVMConverter::ImplWriteActions( SvStream& rOStm, GDIMetaFile& rMtf,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef DBG_UTIL
|
|
||||||
default:
|
default:
|
||||||
|
#ifdef DBG_UTIL
|
||||||
{
|
{
|
||||||
OStringBuffer aStr("Missing implementation for Action#: ");
|
OStringBuffer aStr("Missing implementation for Action#: ");
|
||||||
aStr.append(static_cast<sal_Int32>(pAction->GetType()));
|
aStr.append(static_cast<sal_Int32>(pAction->GetType()));
|
||||||
aStr.append('!');
|
aStr.append('!');
|
||||||
OSL_FAIL(aStr.getStr());
|
OSL_FAIL(aStr.getStr());
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user