summaryrefslogtreecommitdiff
path: root/svl/source/items/poolio.cxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-14 11:20:36 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-07-17 09:19:38 +0000
commite179af1576a7763f3aeb112a41a640057d02c4f0 (patch)
tree4b1b6246f1aa508c8d3ca8971d711c7d8020ae34 /svl/source/items/poolio.cxx
parent4e0656ac0bc5be3306ad016a1a494577ad2ef8b8 (diff)
fdo#62475 removed pointless comments
Change-Id: Id9d579960a9b641b7b2cdf05eabea8bfbfc06bd6 Reviewed-on: https://gerrit.libreoffice.org/4901 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'svl/source/items/poolio.cxx')
-rw-r--r--svl/source/items/poolio.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx
index e0bed0a56ef3..e4e011355bc8 100644
--- a/svl/source/items/poolio.cxx
+++ b/svl/source/items/poolio.cxx
@@ -33,7 +33,6 @@
DBG_NAME(SfxItemPool);
-//========================================================================
const SfxItemPool* SfxItemPool::GetStoringPool()
@@ -50,7 +49,6 @@ const SfxItemPool* SfxItemPool::GetStoringPool()
return pStoringPool_;
}
-//-------------------------------------------------------------------------
SvStream &SfxItemPool::Store(SvStream &rStream) const
@@ -361,7 +359,6 @@ bool SfxItemPool::IsInRange( sal_uInt16 nWhich ) const
return nWhich >= pImp->mnStart && nWhich <= pImp->mnEnd;
}
-//============================================================================
// This had to be moved to a method of its own to keep Solaris GCC happy:
void SfxItemPool_Impl::readTheItems (
SvStream & rStream, sal_uInt32 nItemCount, sal_uInt16 nVer,
@@ -1143,7 +1140,6 @@ const SfxPoolItem* SfxItemPool::LoadSurrogate
return 0;
}
-//-------------------------------------------------------------------------
bool SfxItemPool::StoreSurrogate
@@ -1226,7 +1222,6 @@ bool SfxItemPool::IsInStoringRange( sal_uInt16 nWhich ) const
nWhich <= pImp->nStoringEnd;
}
-//------------------------------------------------------------------------
void SfxItemPool::SetStoringRange( sal_uInt16 nFrom, sal_uInt16 nTo )
@@ -1466,7 +1461,6 @@ bool SfxItemPool::IsCurrentVersionLoading() const
( !pImp->mpSecondary || pImp->mpSecondary->IsCurrentVersionLoading() );
}
-//-------------------------------------------------------------------------
bool SfxItemPool::StoreItem( SvStream &rStream, const SfxPoolItem &rItem,
@@ -1532,7 +1526,6 @@ bool SfxItemPool::StoreItem( SvStream &rStream, const SfxPoolItem &rItem,
return sal_True;
}
-//-------------------------------------------------------------------------
const SfxPoolItem* SfxItemPool::LoadItem( SvStream &rStream, bool bDirect,