summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 19:45:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 19:45:35 +0000
commit37951840fc8174d1f3bbf60cc1d687671d1dd55a (patch)
treeb3509b550824e77f5cb6b21fb9604ca7a698e36a /package
parent07d1f6b4bb1581e95cdcff747d47575599ff9898 (diff)
INTEGRATION: CWS storagechange01 (1.6.34); FILE MERGED
2004/10/28 16:06:14 mav 1.6.34.1: #i35095# introduce XStorageRawAccess implementation
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/owriteablestream.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx
index c7d72df928a1..4fb1201dd668 100644
--- a/package/source/xstor/owriteablestream.hxx
+++ b/package/source/xstor/owriteablestream.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: owriteablestream.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 17:28:21 $
+ * last change: $Author: hr $ $Date: 2004-11-26 20:45:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -251,6 +251,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetRawInStream();
+ ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetPlainRawInStream();
void InputStreamDisposed( OInputCompStream* pStream );