summaryrefslogtreecommitdiff
path: root/basic/source/app/textedit.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:12:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:12:24 +0000
commit8d5f8704e0a806db3744cac46e0cdd14fd4639bd (patch)
treedb1b7ab6ec3f5fe6aaa98f5096625919dfb3639e /basic/source/app/textedit.cxx
parent28963ebb0868cb42f73e426afed42dc8fce287c0 (diff)
INTEGRATION: CWS dbgmacros1 (1.10.8); FILE MERGED
2003/04/09 10:13:23 kso 1.10.8.1: #108413# - debug macro unification.
Diffstat (limited to 'basic/source/app/textedit.cxx')
-rw-r--r--basic/source/app/textedit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/textedit.cxx b/basic/source/app/textedit.cxx
index dfc07ef8a78e..50729ad33ec4 100644
--- a/basic/source/app/textedit.cxx
+++ b/basic/source/app/textedit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textedit.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:28:25 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:12:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -249,7 +249,7 @@ void TextEditImp::ImpDoHighlight( const String& rSource, ULONG nLineOff )
SbTextPortion& rLast = aPortionList[nCount-1];
if ( rLast.nStart > rLast.nEnd ) // Nur bis Bug von MD behoben
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
DBG_ERROR( "MD-Bug nicht beseitigt!" );
#endif
nCount--;