diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:03:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:03:08 +0000 |
commit | be9d301743f309a493407f18a116cb579d63657f (patch) | |
tree | 2782b16b21de1971807cab0a338d4a2708806e44 | |
parent | 7710fa912b9eb286739f3cf4b1d77ddca4bb50df (diff) |
INTEGRATION: CWS supdremove (1.23.100); FILE MERGED
2007/11/16 10:25:20 vg 1.23.100.1: #i83674# cleanup: remove obsolete SUPD macro use
-rw-r--r-- | sfx2/source/control/shell.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index 4ce8e3d7d136..3af810cb3a08 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shell.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: obo $ $Date: 2007-07-18 09:01:29 $ + * last change: $Author: obo $ $Date: 2008-01-07 09:03:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -622,9 +622,7 @@ void SfxShell::Invalidate { if ( !GetViewShell() ) { -#if SUPD>603 DBG_ERROR( "wrong Invalidate method called!" ); -#endif return; } |