From a9b6b5c744123567e4cfb06bd1d3d422c8e392a7 Mon Sep 17 00:00:00 2001 From: Andreas Bregas Date: Fri, 23 Nov 2001 16:35:38 +0000 Subject: #95211# BasicManager::Store(): Check mpManagerStream for NULL --- basic/source/basmgr/basmgr.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic') diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 48737d9b7ced..12678000be8f 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basmgr.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: ab $ $Date: 2001-11-22 13:36:33 $ + * last change: $Author: ab $ $Date: 2001-11-23 17:35:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1328,7 +1328,7 @@ void BasicManager::Store( SotStorage& rStorage, BOOL bStoreLibs ) } // #91626 - if( !bModified && bStoreLibs ) + if( !bModified && bStoreLibs && mpImpl->mpManagerStream ) { // Store saved streams SotStorageStreamRef xManagerStream = rStorage.OpenSotStream( -- cgit