summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:45:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:45:10 +0000
commit0d80edd12b3aa4ef4f66b2dbdee319605173876d (patch)
treedeaa9857f0ab0a399a08d2c0b3c9c30623270ebc /basctl
parentbecd28fbcb2974f7f3ec041ef3b753416dd48726 (diff)
INTEGRATION: CWS fwk01 (1.24.28); FILE MERGED
2003/03/10 09:34:10 mba 1.24.28.1: #107611#: reset WorkingDocument when BasicIDE closes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basidesh.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 8f0834cfcbc7..851c6e830d59 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basidesh.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: ab $ $Date: 2002-11-01 11:42:47 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:45:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -248,6 +248,7 @@ __EXPORT BasicIDEShell::~BasicIDEShell()
SetWindow( 0 );
SetCurWindow( 0 );
+ SfxObjectShell::SetWorkingDocument( SfxObjectShell::Current() );
// Alle Fenster zerstoeren:
IDEBaseWindow* pWin = aIDEWindowTable.First();