summaryrefslogtreecommitdiff
path: root/package/inc/ZipPackageBuffer.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-09-06 08:40:51 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-09-06 08:40:51 +0000
commit13a1a2b5bf4ba3886b126406f9fbd03f6b88d0c6 (patch)
tree4f9fc72b0cdd4e1d0c9acb4ea709825702969b5a /package/inc/ZipPackageBuffer.hxx
parent10a98b81a94bca1f5872073d597970467010fb1d (diff)
#97197# fix stupid bug
Diffstat (limited to 'package/inc/ZipPackageBuffer.hxx')
-rw-r--r--package/inc/ZipPackageBuffer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/ZipPackageBuffer.hxx b/package/inc/ZipPackageBuffer.hxx
index 94ad29e8460b..16b166ff3677 100644
--- a/package/inc/ZipPackageBuffer.hxx
+++ b/package/inc/ZipPackageBuffer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageBuffer.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mtg $ $Date: 2001-09-05 19:37:54 $
+ * last change: $Author: mtg $ $Date: 2001-09-06 09:40:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,7 +96,7 @@ public:
virtual ~ZipPackageBuffer(void);
inline void realloc ( sal_Int32 nSize ) { m_aBuffer.realloc ( nSize ); }
- inline const sal_Int8 * getConstArray () const { m_aBuffer.getConstArray(); }
+ inline const sal_Int8 * getConstArray () const { return m_aBuffer.getConstArray(); }
inline const com::sun::star::uno::Sequence < sal_Int8> & getSequence () const { return m_aBuffer; }
virtual com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& rType )
throw(com::sun::star::uno::RuntimeException);