diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-12 16:03:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-12 20:25:24 +0000 |
commit | d72b93a5a64ecc5f620a6af999a605385a0b997a (patch) | |
tree | 37f84c6f6afeabd943eac2e6d331bd4277cf42f0 /include/svl/itempool.hxx | |
parent | 6cec5d9725375bc2254e44324610e6f44f1f5143 (diff) |
drop pool ver 1 import support
this unloved streaming format is internal only now and used
for editengine c&p and (reportedly) autotable format storage.
So we shouldn't encounter version 1 files anymore
coverity#1242764 Untrusted loop bound
Change-Id: If8e5717e997cf915f45f6e9484bb97d472e4dc2f
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r-- | include/svl/itempool.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index 8f83f4f981c2..a52a0b26c4db 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -77,7 +77,6 @@ private: sal_uInt16 GetIndex_Impl(sal_uInt16 nWhich) const; sal_uInt16 GetSize_Impl() const; - SVL_DLLPRIVATE SvStream& Load1_Impl( SvStream &rStream ); SVL_DLLPRIVATE bool IsItemFlag_Impl( sal_uInt16 nWhich, sal_uInt16 nFlag ) const; public: |