summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:53:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:53:14 +0000
commitd651afc78493ea13e8ddcf4a0766ab88c880a512 (patch)
tree11126cd8a698641e812a667ca0fc8c6982153107 /svtools
parent82125c8b77d26e7b4d23993d7515d78d4ea4dc8b (diff)
INTEGRATION: CWS dbgmacros1 (1.2.162); FILE MERGED
2003/04/10 08:41:16 kso 1.2.162.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter.vcl/filter/sgfbram.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/filter.vcl/filter/sgfbram.cxx b/svtools/source/filter.vcl/filter/sgfbram.cxx
index 86d651381d45..1674e86b2ce4 100644
--- a/svtools/source/filter.vcl/filter/sgfbram.cxx
+++ b/svtools/source/filter.vcl/filter/sgfbram.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sgfbram.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2002-05-29 13:01:29 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:53:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -656,14 +656,14 @@ BOOL SgfFilterPScr(SvStream&, SgfHeader&, SgfEntry&)
|*
|* CheckSgfTyp()
|*
-|* Beschreibung Feststellen, uwas fr ein SGF/SGV es sich handelt.
+|* Beschreibung Feststellen, um was fuer ein SGF/SGV es sich handelt.
|* Ersterstellung JOE 23.06.93
|* Letzte Aenderung JOE 23.06.93
|*
*************************************************************************/
BYTE CheckSgfTyp(SvStream& rInp, USHORT& nVersion)
{
-#ifdef DEBUG // Recordgren checken. Neuer Compiler hat vielleichte anderes Allignment!
+#if OSL_DEBUG_LEVEL > 1 // Recordgroessen checken. Neuer Compiler hat vielleichte anderes Allignment!
if (sizeof(SgfHeader)!=SgfHeaderSize ||
sizeof(SgfEntry) !=SgfEntrySize ||
sizeof(SgfVector)!=SgfVectorSize ||