diff options
Diffstat (limited to 'package/inc/EncryptionData.hxx')
-rw-r--r-- | package/inc/EncryptionData.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/EncryptionData.hxx b/package/inc/EncryptionData.hxx index 1182ee66e14b..a3df8b550768 100644 --- a/package/inc/EncryptionData.hxx +++ b/package/inc/EncryptionData.hxx @@ -33,9 +33,9 @@ class BaseEncryptionData : public cppu::OWeakObject { public: - ::com::sun::star::uno::Sequence< sal_uInt8 > m_aSalt; - ::com::sun::star::uno::Sequence< sal_uInt8 > m_aInitVector; - ::com::sun::star::uno::Sequence< sal_uInt8 > m_aDigest; + ::com::sun::star::uno::Sequence< sal_Int8 > m_aSalt; + ::com::sun::star::uno::Sequence< sal_Int8 > m_aInitVector; + ::com::sun::star::uno::Sequence< sal_Int8 > m_aDigest; sal_Int32 m_nIterationCount; BaseEncryptionData() |