diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:21:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:21:21 +0000 |
commit | edb0a6abebf895b1a24debe9a91327556c56f896 (patch) | |
tree | 48c768d3612b051280a7d3b58c5bb0904805ad59 /starmath/inc/view.hxx | |
parent | 401852ba8be5c8da2af4780ea2c6df32b4cb7847 (diff) |
INTEGRATION: CWS dbgmacros1 (1.12.2.1.44); FILE MERGED
2003/04/10 08:37:04 kso 1.12.2.1.44.1: #108413# - debug macro unification.
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 6ac6e416035b..c8dfed2016a2 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -2,9 +2,9 @@ * * $RCSfile: view.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:58:12 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:21:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,7 +183,7 @@ protected: public: SmEditController(SmEditWindow &, USHORT, SfxBindings & ); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 virtual ~SmEditController(); #endif @@ -249,7 +249,7 @@ protected: SfxBindings *pBindings, SfxChildWinInfo *pInfo); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 virtual ~SmCmdBoxWrapper(); #endif |