summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-10-09 14:20:43 +0000
committerKurt Zenker <kz@openoffice.org>2007-10-09 14:20:43 +0000
commit5d0e7346b4674a20b401e8a9fc319079218e1eac (patch)
tree0216ff86a7f9f2166e5ebd5e0ba974288d030091
parent214f4a016e79695edb7461e765bafb0d8d4be4ba (diff)
INTEGRATION: CWS basmgr03 (1.19.26); FILE MERGED
2007/07/27 20:45:42 fs 1.19.26.1: #i73331# SetHasNoBasic needs to happen before creation of the UNO model
-rw-r--r--basctl/source/basicide/basdoc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index 455ce75f57c7..f166f9b18cbe 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basdoc.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:33:22 $
+ * last change: $Author: kz $ $Date: 2007-10-09 15:20:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,8 +72,8 @@ BasicDocShell::BasicDocShell( SfxObjectCreateMode eMode ) : SfxObjectShell( eMod
{
pPrinter = 0;
SetPool( &SFX_APP()->GetPool() );
- SetModel( new SIDEModel(this) );
SetHasNoBasic();
+ SetModel( new SIDEModel(this) );
}
__EXPORT BasicDocShell::~BasicDocShell()