diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 06:15:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 06:15:15 +0000 |
commit | 284ed2d0b729edbe454ec24cabbe2f1a5fb76529 (patch) | |
tree | 4eac41f592761a31198f9989c14a46e627e120d5 | |
parent | 8c99bba5ab32b5b8be969d102e8f180b3998b0fa (diff) |
INTEGRATION: CWS fwk58 (1.125.44); FILE MERGED
2006/12/13 15:01:25 mba 1.125.44.1: #i72412#: remove NewHdl
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index be47b94f1931..31abb6fe141e 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewfrm.cxx,v $ * - * $Revision: 1.125 $ + * $Revision: 1.126 $ * - * last change: $Author: vg $ $Date: 2006-11-01 18:29:41 $ + * last change: $Author: obo $ $Date: 2007-01-23 07:15:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -184,7 +184,6 @@ namespace css = ::com::sun::star; #include "dispatch.hxx" #include "arrdecl.hxx" #include "sfxtypes.hxx" -#include "newhdl.hxx" #include "request.hxx" #include "docfac.hxx" #include "ipclient.hxx" @@ -1778,7 +1777,6 @@ SfxViewFrame::~SfxViewFrame() // Member l"oschen KillDispatcher_Impl(); - SfxNewHdl::Get()->TryAllocBuffer(); delete pImp; } |