diff options
-rw-r--r-- | registry/source/reflread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx index 76718ea364f2..4245ddf82a50 100644 --- a/registry/source/reflread.cxx +++ b/registry/source/reflread.cxx @@ -743,7 +743,7 @@ public: sal_uInt16 m_numOfEntries; sal_uInt16 m_numOfReferenceEntries; - sal_uInt16 m_REFERENCE_ENTRY_SIZE; + size_t m_REFERENCE_ENTRY_SIZE; ConstantPool* m_pCP; ReferenceList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) |