diff options
Diffstat (limited to 'package/source/xstor/oseekinstream.hxx')
-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); |