#i10000#: add missing semicolon after macro expansion

This commit is contained in:
Jens-Heiner Rechtien 2008-11-21 10:30:50 +00:00
parent 152b126e25
commit f520b1bd04

View file

@ -6653,7 +6653,7 @@ BOOL SvxMSDffManager::GetShapeContainerData( SvStream& rSt,
aInfo.nTxBxComp = ( aInfo.nTxBxComp & 0xFFFF0000 ) + aInfo.nTxBxComp = ( aInfo.nTxBxComp & 0xFFFF0000 ) +
nDrawingContainerId; nDrawingContainerId;
DBG_ASSERT( (aInfo.nTxBxComp & 0x0000FFFF) == nDrawingContainerId, DBG_ASSERT( (aInfo.nTxBxComp & 0x0000FFFF) == nDrawingContainerId,
"<SvxMSDffManager::GetShapeContainerData(..)> - internal drawing container Id could not be correctly merged into DFF_msofbtClientTextbox value." ) "<SvxMSDffManager::GetShapeContainerData(..)> - internal drawing container Id could not be correctly merged into DFF_msofbtClientTextbox value." );
// <-- // <--
} }
else else