#i10000# Macros DBG_ERROR() and DBG_ASSERT() now have to be terminated with ';'
This commit is contained in:
parent
0db5af172a
commit
0345b045c5
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ SfxApplication::SfxApplication()
|
|||
aStr += ByteString::CreateFromInt32(GetDdeService()->GetError());
|
||||
else
|
||||
aStr += '?';
|
||||
DBG_ASSERT( sal_False, aStr.GetBuffer() )
|
||||
DBG_ASSERT( sal_False, aStr.GetBuffer() );
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue