diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:48:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:48:32 +0000 |
commit | e192c51f8a3760271df686dd2c6ed224afa05450 (patch) | |
tree | 85d6b83b5645dd1cdf2a79f76cfa748a4c2e116f | |
parent | b71d1110f5089ffb0a496b02bf309a0f740a656a (diff) |
INTEGRATION: CWS fwk46 (1.180.22); FILE MERGED
2006/09/11 16:18:38 mav 1.180.22.2: RESYNC: (1.180-1.181); FILE MERGED
2006/08/18 08:34:10 mav 1.180.22.1: #i65339# disconnect from the storage on retry
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 3a8e4ac979cc..182562598fd9 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objstor.cxx,v $ * - * $Revision: 1.182 $ + * $Revision: 1.183 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:43:37 $ + * last change: $Author: kz $ $Date: 2006-10-06 10:48:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -478,6 +478,7 @@ void SfxObjectShell::SetupStorage( const uno::Reference< embed::XStorage >& xSto void SfxObjectShell::PrepareSecondTryLoad_Impl() { // only for internal use + pImp->m_xDocStorage = uno::Reference< embed::XStorage >(); pImp->m_bIsInit = sal_False; ResetError(); } |