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
commitf9328215a87999dc482c8b6f5521b3718562d8b0 (patch)
tree621d76ee187cca9d6367559f8437ead06eff4256 /sfx2
parent349503971a68afef19df9b05d00f9897915e49e3 (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 95e1ca6be0..708581fd51 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