summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-12-02 08:14:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-12-02 08:14:44 +0000
commit0345b045c574b733beb83795573e58b8679d35d0 (patch)
tree78105bf38828f35d2e7cc8907a38f7a77e3a130c /sfx2
parent0db5af172a377cc7c081c76d68bdbcbdb46515fb (diff)
#i10000# Macros DBG_ERROR() and DBG_ASSERT() now have to be terminated with ';'
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/app.cxx2
1 files changed, 1 insertions, 1 deletions
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