summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dbgloop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/dbgloop.hxx')
-rw-r--r--sw/source/core/inc/dbgloop.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/inc/dbgloop.hxx b/sw/source/core/inc/dbgloop.hxx
index a89761a57c46..177bf78a087f 100644
--- a/sw/source/core/inc/dbgloop.hxx
+++ b/sw/source/core/inc/dbgloop.hxx
@@ -1,7 +1,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,8 +34,8 @@
class SvStream;
-#define DBG_MAX_STACK 20 // Verschachtelungstiefe
-#define DBG_MAX_LOOP 1000 // das Abbruchkriterium
+#define DBG_MAX_STACK 20 // Verschachtelungstiefe
+#define DBG_MAX_LOOP 1000 // das Abbruchkriterium
class DbgLoopStack
{
@@ -64,8 +64,8 @@ inline void PrintLoopStack( SvStream &rOS ) //$ ostream
DbgLoop::aDbgLoopStack.Print( rOS );
}
-#define DBG_LOOP DbgLoop aDbgLoop( (const void*)this );
-#define DBG_LOOP_RESET DbgLoop aDbgLoop( 0 );
+#define DBG_LOOP DbgLoop aDbgLoop( (const void*)this );
+#define DBG_LOOP_RESET DbgLoop aDbgLoop( 0 );
#else