summaryrefslogtreecommitdiff
path: root/package/source/xstor/oseekinstream.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-04-15 16:28:01 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-04-15 16:28:01 +0200
commit6bfa05212ad958a16170267d51ffce2e61b97d96 (patch)
tree08151e147db688b1f139e0c47f63240b5c9c644c /package/source/xstor/oseekinstream.hxx
parent348d64a3100e29b376b82d4cb6237c8b7c1d56df (diff)
fwk138: #i87496# let the UNO type be used
Diffstat (limited to 'package/source/xstor/oseekinstream.hxx')
-rw-r--r--package/source/xstor/oseekinstream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/source/xstor/oseekinstream.hxx b/package/source/xstor/oseekinstream.hxx
index f8572d717956..92a611af16aa 100644
--- a/package/source/xstor/oseekinstream.hxx
+++ b/package/source/xstor/oseekinstream.hxx
@@ -42,11 +42,11 @@ public:
OInputSeekStream( OWriteStream_Impl& pImpl,
::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xStream,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps,
- sal_Int16 nStorageType );
+ sal_Int32 nStorageType );
OInputSeekStream( ::com::sun::star::uno::Reference < ::com::sun::star::io::XInputStream > xStream,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aProps,
- sal_Int16 nStorageType );
+ sal_Int32 nStorageType );
virtual ~OInputSeekStream();