summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbxmod.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-08 08:58:33 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-08 08:58:33 +0000
commit00dba47155cd6b389e74c1b67836ac505c087e54 (patch)
tree2549662c43688e98d83c6113c0e51ba51377d9c4 /basic/source/classes/sbxmod.cxx
parent5bca49eb3dc53429d1b1c4d1941e8633e412d853 (diff)
INTEGRATION: CWS ab18 (1.22.36); FILE MERGED
2005/06/29 14:33:31 ab 1.22.36.1: #i49110# SbModule::LoadBinaryData(): Call LoadCompleted() to assign the module to the loaded subs
Diffstat (limited to 'basic/source/classes/sbxmod.cxx')
-rw-r--r--basic/source/classes/sbxmod.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 5041e0285d..769e92ba0e 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sbxmod.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2005-04-13 09:10:40 $
+ * last change: $Author: obo $ $Date: 2005-07-08 09:58:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1228,6 +1228,7 @@ BOOL SbModule::LoadBinaryData( SvStream& rStrm )
{
OUString aKeepSource = aOUSource;
bool bRet = LoadData( rStrm, 2 );
+ LoadCompleted();
aOUSource = aKeepSource;
return bRet;
}