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 | fdc4d07cb950e353f77973a0ab1104a4bf60a06d (patch) | |
tree | 21da243922667fae4adcf27ab6c489a6f3c80c47 /package | |
parent | 9e1117fcadf74dcef5a5b2af52648ac0fbf9e3fd (diff) |
fwk138: fix warning
Diffstat (limited to 'package')
-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 77bd6c1a6..b0582292e 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; } |