summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-07-30 13:42:52 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-07-30 13:42:52 +0000
commitb69a3a3189bbb9d0d20dd7ffd43848f055ae990c (patch)
tree5ffc2f9f0cdb7a174757aff725cd0d7a3bdfc8a6 /sfx2
parent28b3352b600e1be5f401ed9931e5f39a7c124eb6 (diff)
#99287# use original stream to open 6.0 files
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docfile.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 06c54ba58a19..96eddcbb1b9a 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfile.cxx,v $
*
- * $Revision: 1.108 $
+ * $Revision: 1.109 $
*
- * last change: $Author: mav $ $Date: 2002-07-30 11:23:27 $
+ * last change: $Author: mav $ $Date: 2002-07-30 14:42:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1001,6 +1001,7 @@ SvStorage* SfxMedium::GetStorage_Impl( BOOL bUCBStorage )
}
else
{
+ /*
if ( ::utl::LocalFileHelper::IsLocalFile( aLogicName ) &&
( bUCBStorage || UCBStorage::IsStorageFile( pInStream ) ) )
{
@@ -1011,6 +1012,7 @@ SvStorage* SfxMedium::GetStorage_Impl( BOOL bUCBStorage )
aStorage = new SvStorage( TRUE, aStorageName, nStorOpenMode, bDirect ? 0 : STORAGE_TRANSACTED );
}
else
+ */
{
// create a storage on the stream
aStorage = new SvStorage( pInStream, FALSE );