diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-04-13 10:20:02 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-04-13 10:20:02 +0200 |
commit | 8d92fa14a00c9bf63a6fd39f58a7bc49aff3a05b (patch) | |
tree | 9810009cf7b2c317c3651b3bbc0444c3fccba946 /package/inc/ZipPackage.hxx | |
parent | ad157a9cb3ecfb54147834a5f2592636ae6cac32 (diff) |
fwk138: #i87496# Use the UNO constants
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-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 367bd1d80de5..b46fc46b7b2f 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -93,7 +93,7 @@ protected: sal_Bool m_bForceRecovery; sal_Bool m_bMediaTypeFallbackUsed; - sal_Int16 m_nFormat; + sal_Int32 m_nFormat; sal_Bool m_bAllowRemoveOnInsert; InitialisationMode m_eMode; |