summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/poolitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx
index 89ac95263969..81264d940b52 100644
--- a/svl/source/items/poolitem.cxx
+++ b/svl/source/items/poolitem.cxx
@@ -74,7 +74,7 @@ SfxPoolItem::SfxPoolItem(sal_uInt16 const nWhich)
SfxPoolItem::SfxPoolItem( const SfxPoolItem& rCpy )
: m_nRefCount(0) // don't copy that
- , m_nWhich(rCpy.Which()) // call function because of ChkThis() (WTF does that mean?)
+ , m_nWhich(rCpy.m_nWhich)
, m_nKind( SFX_ITEMS_NONE )
{
#if OSL_DEBUG_LEVEL > 0