summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 18:12:59 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 18:12:59 +0000
commit5d59b648835e5dc5098a959bf660148db846f392 (patch)
tree7fd617d7284f57ff5ba557682c89e6c6ae8405cb /basctl
parentaa4e35234ae77267c12a386e20154d75fe784253 (diff)
INTEGRATION: CWS odbmacros2 (1.45.16); FILE MERGED
2007/12/22 13:34:36 fs 1.45.16.2: during #i49133#: don't reset the CurrentComponent 2007/12/18 21:14:02 fs 1.45.16.1: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basidesh.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 2222d92ca4fd..522feb7df216 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basidesh.cxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: ihi $ $Date: 2008-01-15 15:43:08 $
+ * last change: $Author: kz $ $Date: 2008-03-06 19:12:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -241,9 +241,6 @@ __EXPORT BasicIDEShell::~BasicIDEShell()
SetWindow( 0 );
SetCurWindow( 0 );
- SfxObjectShell* pCurrentShell( SfxObjectShell::Current() );
- if ( pCurrentShell )
- SfxObjectShell::SetWorkingDocument( pCurrentShell->GetModel() );
// Alle Fenster zerstoeren:
IDEBaseWindow* pWin = aIDEWindowTable.First();