diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:11:22 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:11:22 +0000 |
commit | dd1bd062a0d35c2b52e2325cbc71f91b74e06b64 (patch) | |
tree | 051e2d9696a62eb748e53a94713300a68d01813b /sfx2/source/control | |
parent | 95c6bea3d4b567a90b6fd3d7d84ad0a3afea32da (diff) |
INTEGRATION: CWS mba23issues03 (1.20.44); FILE MERGED
2007/06/14 18:56:03 mba 1.20.44.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/shell.cxx | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index 1134724aa417..ab4010279c2b 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shell.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2007-06-27 23:07:43 $ + * last change: $Author: ihi $ $Date: 2007-07-11 13:11:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -866,28 +866,6 @@ void SfxShell::ParentDeactivate } //-------------------------------------------------------------------- -#if 0 -// falls noch mal "pure virtual function called" auf dem MAC: -// Bitte MAC nicht mehr unterstuetzen -// der MPW-Linker will die immer haben, obwohl pure virtual - -#ifdef MAC -extern "C" -{ - void debugstr( char *pMsg ); -} -#endif - -SfxItemPool& SfxShell::GetPool() -{ - debugstr( "pure virtual function called: SfxShell::GetPool()" ); - SfxItemPool aPool(0,0); - return aPool; -} - -#endif - -//-------------------------------------------------------------------- ResMgr* SfxShell::GetResMgr() const |