#i10000# Macros DBG_ERROR() and DBG_ASSERT() now have to be terminated with ';'

This commit is contained in:
Rüdiger Timm 2008-12-02 08:14:44 +00:00
parent 0db5af172a
commit 0345b045c5

View file

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