summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commitaba2169bfb03658f4be056b59b29657adbb9a6c2 (patch)
treec90c38d1c6065734677f6f938adbedf4d2bb5ed5 /package/inc
parent63e30833f94fa7e76cc799402ba43071cff5d2d0 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx
index 65b062ad60f3..93d7b83c95ff 100644
--- a/package/inc/ZipPackage.hxx
+++ b/package/inc/ZipPackage.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ZipPackage.hxx,v $
- * $Revision: 1.41 $
+ * $Revision: 1.41.20.1 $
*
* This file is part of OpenOffice.org.
*
@@ -117,7 +117,7 @@ public:
virtual ~ZipPackage( void );
ZipFile& getZipFile() { return *pZipFile;}
const com::sun::star::uno::Sequence < sal_Int8 > & getEncryptionKey ( ) {return aEncryptionKey;}
- const sal_Int16 getFormat() { return m_nFormat; }
+ sal_Int16 getFormat() const { return m_nFormat; }
// XInitialization
virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments )