summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit5.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:29:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:29:47 +0000
commit0a133f7a8e5f020d7784b85452fd7b0df30021fa (patch)
treeca14d57a118f1cb751e6917016c9c7e0a03b6f9e /svx/source/editeng/impedit5.cxx
parentINTEGRATION: CWS dbgmacros1 (1.26.168); FILE MERGED (diff)
downloadcore-0a133f7a8e5f020d7784b85452fd7b0df30021fa.tar.gz
core-0a133f7a8e5f020d7784b85452fd7b0df30021fa.zip
INTEGRATION: CWS dbgmacros1 (1.22.12.1.70); FILE MERGED
2003/04/10 08:45:52 kso 1.22.12.1.70.1: #108413# - debug macro unification.
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r--svx/source/editeng/impedit5.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx
index 96b7b3eff20e..dc47a924047e 100644
--- a/svx/source/editeng/impedit5.cxx
+++ b/svx/source/editeng/impedit5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit5.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:02:03 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:29:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -400,7 +400,7 @@ SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, BOOL bOnlyHardAttrib )
aSel.Adjust( aEditDoc );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
// if ( ( aSel.Min().GetNode() == aSel.Max().GetNode() ) && ( bOnlyHardAttrib == EditEngineAttribs_All ) )
// return GetAttribs( aEditDoc.GetPos( aSel.Min().GetNode() ), aSel.Min().GetIndex(), aSel.Max().GetIndex(), GETATTRIBS_ALL );
#endif