summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-05-28 16:53:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-05-28 17:37:07 +0200
commit51f46ddaccd9a2c16b6a4a80b7627af7b13850f4 (patch)
tree18dfa4fd6de107332d847c8b0092f0b7a03479cf /sw
parentbcd27039eec660fce2abd7604cdb8cd36ae4cdba (diff)
add GetItemState to SfxItemIter, the same way I did to SfxWhichIter
to speed up GetItemState while iterating Change-Id: Ibe092e7581a5be0160eed52472122afe7e0ef377 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135076 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/wrtsh/wrtsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx
index 3bc0b76872a2..8fef09eac5e8 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -1877,7 +1877,7 @@ void SwWrtShell::AutoUpdatePara(SwTextFormatColl* pColl, const SfxItemSet& rStyl
if(!IsInvalidItem(pParaItem))
{
sal_uInt16 nWhich = pParaItem->Which();
- if(SfxItemState::SET == aCoreSet.GetItemState(nWhich) &&
+ if(SfxItemState::SET == aParaIter.GetItemState() &&
SfxItemState::SET == rStyleSet.GetItemState(nWhich))
{
aCoreSet.ClearItem(nWhich);