diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | aba2169bfb03658f4be056b59b29657adbb9a6c2 (patch) | |
tree | c90c38d1c6065734677f6f938adbedf4d2bb5ed5 /package/inc | |
parent | 63e30833f94fa7e76cc799402ba43071cff5d2d0 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipPackage.hxx | 4 |
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 ) |