diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-04-14 12:07:08 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-04-14 12:07:08 +0200 |
commit | cfcf90049be57df5de4217243965f1ffc46eddfc (patch) | |
tree | 636be265d202ee88e1d790034588c8b770f70913 /package/inc | |
parent | 13399d278ce820f19b592f40b3ab4b83223e1410 (diff) |
fwk138: fix warning
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipPackage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index b46fc46b7b2f..e3b8d44be183 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -125,7 +125,7 @@ public: virtual ~ZipPackage( void ); ZipFile& getZipFile() { return *m_pZipFile;} const com::sun::star::uno::Sequence < sal_Int8 > & getEncryptionKey ( ) {return m_aEncryptionKey;} - sal_Int16 getFormat() const { return m_nFormat; } + sal_Int32 getFormat() const { return m_nFormat; } SotMutexHolderRef GetSharedMutexRef() { return m_aMutexHolder; } |