diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:00:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:00:56 +0000 |
commit | 62669d59da045288a337314389b49585215d437f (patch) | |
tree | b484cd9a53ecf46101b12f5a7e7d47abdf2e160d /extensions/source/xmlextract | |
parent | dacab722f753276324c7018b4a29c659ac9dbeab (diff) |
INTEGRATION: CWS mav09 (1.2.308); FILE MERGED
2004/04/14 13:53:13 mba 1.2.308.1: #i27773#: new storage API
Diffstat (limited to 'extensions/source/xmlextract')
-rw-r--r-- | extensions/source/xmlextract/xmxtrct.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/xmlextract/xmxtrct.cxx b/extensions/source/xmlextract/xmxtrct.cxx index 880d0fe359f4..1448da1a6ea6 100644 --- a/extensions/source/xmlextract/xmxtrct.cxx +++ b/extensions/source/xmlextract/xmxtrct.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmxtrct.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ka $ $Date: 2000-12-07 19:14:31 $ + * last change: $Author: kz $ $Date: 2004-10-04 18:00:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #include <rtl/memory.h> #include <tools/zcodec.hxx> #include <unotools/streamhelper.hxx> -#include <so3/svstor.hxx> +#include <sot/storage.hxx> // ---------------- // - XMXLockBytes - @@ -208,7 +208,7 @@ REF( NMSP_IO::XInputStream ) SAL_CALL XMLExtractor::extract( const REF( NMSP_IO: if( !aStorage->GetError() && aStmName.Len() && aStorage->IsStream( aStmName ) ) { - SvStorageStreamRef xStream( aStorage->OpenStream( aStmName ) ); + SvStorageStreamRef xStream( aStorage->OpenSotStream( aStmName ) ); if( xStream.Is() ) { |