diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 16:58:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 16:58:50 +0000 |
commit | c81b8761ff55a34985395212eb3616c35a72f974 (patch) | |
tree | 645254c9d4f518fe4fee9b9c351fdcdc8ce1bb14 | |
parent | 0e2ed83d4fc48197ebb7e4c877284a060f53b095 (diff) |
INTEGRATION: CWS readstorage (1.2.20); FILE MERGED
2004/01/09 09:04:49 mav 1.2.20.1: #114521# cloning of storage's subelements
-rw-r--r-- | package/source/xstor/oseekinstream.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package/source/xstor/oseekinstream.hxx b/package/source/xstor/oseekinstream.hxx index 3c588e6aa308..f48d778b8564 100644 --- a/package/source/xstor/oseekinstream.hxx +++ b/package/source/xstor/oseekinstream.hxx @@ -2,9 +2,9 @@ * * $RCSfile: oseekinstream.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2003-09-11 10:15:14 $ + * last change: $Author: hr $ $Date: 2004-02-03 17:58:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,12 @@ public: ::com::sun::star::uno::Reference < ::com::sun::star::io::XStream > xStream, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ); + OInputSeekStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xStream, + const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ); + + OInputSeekStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XStream > xStream, + const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps ); + virtual ~OInputSeekStream(); virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (::com::sun::star::uno::RuntimeException); |