summaryrefslogtreecommitdiff
path: root/sw/inc/errhdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/errhdl.hxx')
-rw-r--r--sw/inc/errhdl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/errhdl.hxx b/sw/inc/errhdl.hxx
index 20e734966523..1b89d0aa846b 100644
--- a/sw/inc/errhdl.hxx
+++ b/sw/inc/errhdl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,7 +34,7 @@
#include <sal/types.h>
#include "swdllapi.h"
-extern BOOL bAssert; // TRUE, wenn eine ASSERT Box hochkam
+extern BOOL bAssert; // TRUE, wenn eine ASSERT Box hochkam
// -----------------------------------------------------------------------
@@ -50,7 +50,7 @@ SW_DLLPUBLIC void AssertFail( USHORT, const sal_Char* );
// -----------------------------------------------------------------------
#define ASSERT_ID( cond, id ) \
if( !(cond) ) { \
- const char *_pFileName = __FILE__; \
+ const char *_pFileName = __FILE__; \
::AssertFail( (USHORT)id, _pFileName ); \
}
@@ -60,7 +60,7 @@ SW_DLLPUBLIC void AssertFail( USHORT, const sal_Char* );
// ignoriert
// -----------------------------------------------------------------------
#else
-#define ASSERT_ID( cond, id ) ;
+#define ASSERT_ID( cond, id ) ;
#endif // PRODUCT