diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:21:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:21:55 +0000 |
commit | 66fbea1cc1a8069589aad5c9aa862716bd127105 (patch) | |
tree | 05c82aa4eddbf65878f0ce1a840a650414f98929 /starmath/source/edit.cxx | |
parent | dc0fe7f0157b41e4552caf1b8d56a305b8e57994 (diff) |
INTEGRATION: CWS dbgmacros1 (1.24.2.3.34); FILE MERGED
2003/04/10 08:37:07 kso 1.24.2.3.34.1: #108413# - debug macro unification.
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r-- | starmath/source/edit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index 23b759a999..bd5a1cddcb 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: edit.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:58:18 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:21:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -260,7 +260,7 @@ SfxItemPool * SmEditWindow::GetEditEngineItemPool() void SmEditWindow::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ) { // Note: SetBackground still done in SmEditWindow::DataChanged -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 ColorData nVal = rColorCfg.GetColorValue(svtools::FONTCOLOR).nColor; #endif SetTextColor( rColorCfg.GetColorValue(svtools::FONTCOLOR).nColor ); |