diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-02-26 11:09:48 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-02-26 11:09:48 +0000 |
commit | 831096c54a9b243f0fbb4015071017f3b44c62ca (patch) | |
tree | 6f57759298950363090a4b93a6ab4ee6dc801ba7 /sot | |
parent | a39315de844ede3ce0c683d14d01a9cff3ca9c47 (diff) |
temp.fix: fake inserting UCB-storages
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stg.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx index 42cb8953c05e..a4611e61f4e0 100644 --- a/sot/source/sdstor/stg.cxx +++ b/sot/source/sdstor/stg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: stg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mba $ $Date: 2001-02-12 17:18:09 $ + * last change: $Author: mba $ $Date: 2001-02-26 12:09:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -555,9 +555,12 @@ void Storage::FillInfoList( SvStorageInfoList* pList ) const BaseStorage* Storage::OpenUCBStorage( const String& rName, StreamMode m, BOOL bDirect ) { DBG_ERROR("Not supported!"); +/* BaseStorage* pStorage = new Storage( pIo, NULL, m ); SetError( ERRCODE_IO_NOTSUPPORTED ); return pStorage; + */ + return OpenStorage( rName, m, bDirect ); } BaseStorage* Storage::OpenOLEStorage( const String& rName, StreamMode m, BOOL bDirect ) |