summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:53:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:53:26 +0000
commit3865a39f8ab0d72058ae24d0bd2d9587105e57a7 (patch)
treee4078d9bbfa2f1d87b4944db9713a5e61bf98415 /svtools
parentd651afc78493ea13e8ddcf4a0766ab88c880a512 (diff)
INTEGRATION: CWS dbgmacros1 (1.7.162); FILE MERGED
2003/04/10 08:41:16 kso 1.7.162.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter.vcl/filter/sgvmain.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/filter.vcl/filter/sgvmain.cxx b/svtools/source/filter.vcl/filter/sgvmain.cxx
index 9ed6d82a42ac..a0996909b4e6 100644
--- a/svtools/source/filter.vcl/filter/sgvmain.cxx
+++ b/svtools/source/filter.vcl/filter/sgvmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sgvmain.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ka $ $Date: 2002-05-29 13:01:29 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:53:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,9 +77,9 @@
#include <unotools/ucbstreamhelper.hxx>
#endif
-#ifdef DEBUG
+//#if OSL_DEBUG_LEVEL > 1
//#include "Debug.c"
-#endif
+//#endif
#define SWAPPOINT(p) { \
p.x=SWAPSHORT(p.x); \
@@ -1093,7 +1093,7 @@ BOOL SgfFilterSDrw( SvStream& rInp, SgfHeader&, SgfEntry&, GDIMetaFile& rMtf )
*************************************************************************/
BOOL SgfSDrwFilter(SvStream& rInp, GDIMetaFile& rMtf, INetURLObject aIniPath )
{
-#ifdef DEBUG // Recordgrößen checken. Neuer Compiler hat vielleichte anderes Allignment!
+#if OSL_DEBUG_LEVEL > 1 // Recordgrößen checken. Neuer Compiler hat vielleichte anderes Alignment!
if (sizeof(ObjTextType)!=ObjTextTypeSize) return FALSE;
#endif