summaryrefslogtreecommitdiff
path: root/svl/source/items/slstitm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/slstitm.cxx')
-rw-r--r--svl/source/items/slstitm.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/items/slstitm.cxx b/svl/source/items/slstitm.cxx
index 9459313b8948..5fd9450be63c 100644
--- a/svl/source/items/slstitm.cxx
+++ b/svl/source/items/slstitm.cxx
@@ -70,7 +70,6 @@ SfxStringListItem::SfxStringListItem( sal_uInt16 which, SvStream& rStream ) :
SfxPoolItem( which ),
pImp(NULL)
{
- //fdo#39428 SvStream no longer supports operator>>(long&)
sal_Int32 nEntryCount;
rStream.ReadInt32( nEntryCount );
@@ -173,7 +172,6 @@ SvStream& SfxStringListItem::Store( SvStream & rStream, sal_uInt16 ) const
{
if( !pImp )
{
- //fdo#39428 SvStream no longer supports operator<<(long)
rStream.WriteInt32( (sal_Int32) 0 );
return rStream;
}