#i10000#: add missing semicolon after macro expansion
This commit is contained in:
parent
152b126e25
commit
f520b1bd04
1 changed files with 1 additions and 1 deletions
|
@ -6653,7 +6653,7 @@ BOOL SvxMSDffManager::GetShapeContainerData( SvStream& rSt,
|
|||
aInfo.nTxBxComp = ( aInfo.nTxBxComp & 0xFFFF0000 ) +
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue