fix build

Change-Id: Ibdfeabe15c0f69e69535aaeec26cf5144fc72944
This commit is contained in:
Tomaž Vajngerl
2015-05-15 17:36:32 +09:00
parent 8c4b77ac55
commit f9bef754a7

View File

@@ -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;
} }
} }