diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-24 15:42:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-24 15:42:38 +0000 |
commit | caf603e33de5dd43dc4ff589c30c132c433199df (patch) | |
tree | bd869e3f3b22a85f88665e762d4d774718cf2dd4 /sot | |
parent | 044a455ade150e2e382cf38a10c3b1da1c7a953f (diff) |
#65293#: temporary disable UCB storages
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/storage.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 18a7d2145ae2..4d136a46d10d 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: storage.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mba $ $Date: 2000-11-20 12:55:09 $ + * last change: $Author: hr $ $Date: 2000-11-24 16:42:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -491,7 +491,8 @@ SotStorage::SotStorage( const String & rName, StreamMode nMode, StorageMode nSto aObj.SetURL( aURL ); } - pStorStm = ::utl::UcbStreamHelper::CreateStream( aObj.GetMainURL(), nMode ); +// pStorStm = ::utl::UcbStreamHelper::CreateStream( aObj.GetMainURL(), nMode ); + pStorStm = new SvFileStream( aObj.GetMainURL(), nMode ); if ( pStorStm ) { // try as UCBStorage, next try as OLEStorage |