From 0345b045c574b733beb83795573e58b8679d35d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 2 Dec 2008 08:14:44 +0000 Subject: [PATCH] #i10000# Macros DBG_ERROR() and DBG_ASSERT() now have to be terminated with ';' --- sfx2/source/appl/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 714e1ee65c4a..965cf5543d11 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -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