diff options
-rw-r--r-- | sw/inc/errhdl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/errhdl.hxx b/sw/inc/errhdl.hxx index e1e98a83eb..fdee47a07a 100644 --- a/sw/inc/errhdl.hxx +++ b/sw/inc/errhdl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: errhdl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:44:07 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:01:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -76,6 +76,7 @@ SW_DLLPUBLIC void AssertFail( USHORT, const sal_Char*, USHORT ); ::AssertFail( (USHORT)id, _pFileName, __LINE__ ); \ } + // ----------------------------------------------------------------------- // Beim Bilden der Produktversion werden alle Debug-Utilities automatisch // ignoriert |