diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:11:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:11:53 +0000 |
commit | 3e06c8a063314b9c3bc3612f1f1e912f579460ea (patch) | |
tree | 00e7e2c4dc6b3c87fe28c92085a22704dc0b9dc3 /basic/source | |
parent | 989411d07cf3460a97d58d5f0dca5fdaa264b73d (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.8); FILE MERGED
2003/04/09 10:13:22 kso 1.4.8.1: #108413# - debug macro unification.
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/app/appedit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/appedit.cxx b/basic/source/app/appedit.cxx index bc32d4f3f2b5..c4dd8e207020 100644 --- a/basic/source/app/appedit.cxx +++ b/basic/source/app/appedit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appedit.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:28:23 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:11:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,7 +140,7 @@ void AppEdit::LoadIniFile() // aFont.SetSize( Size( nFontSize, nFontSize ) ); aFont.SetHeight( nFontSize ); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 { Font aFont( OutputDevice::GetDefaultFont( DEFAULTFONT_FIXED, Application::GetSettings().GetUILanguage(), 0, pFrame )); } |