diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:29:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:29:47 +0000 |
commit | 0a133f7a8e5f020d7784b85452fd7b0df30021fa (patch) | |
tree | ca14d57a118f1cb751e6917016c9c7e0a03b6f9e /svx/source/editeng/impedit5.cxx | |
parent | 9226773baffd75a296d13df90eedcc5ee71dae1f (diff) |
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.cxx | 6 |
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 |