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 | 5d10ac17147b06d8cda381b45bf49dd11be83372 (patch) | |
tree | 89855d262c4ace82a1f025e60c0b6f6e4fb41077 /package/inc/ZipPackage.hxx | |
parent | 0f30e237889b8fb7a0b1680fc61ec000557b4a21 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-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 5f291b909..a1e757983 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 ) |