summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-08-20 09:21:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-08-20 12:25:41 +0200
commit2fddd7abe6c237ca8beabf51c159848d46c5d0ff (patch)
treebad643b693d760197b4df236ce05f471e6d4f49b /sw/source/filter/inc
parent482264a7c2058d50906c83219566d79c1cf3cbb9 (diff)
SwNodeIndex->SwNode in StealAttr
Change-Id: Ieb808380b7eeeca1568945765c80d12c5ae9fc0d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138570 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/inc')
-rw-r--r--sw/source/filter/inc/fltshell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx
index 2d3661e84b64..edf724f0a1f1 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -147,7 +147,7 @@ public:
virtual SwFltStackEntry* SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId, bool bTstEnd=true, tools::Long nHand = LONG_MAX, bool consumedByField=false);
- void StealAttr(const SwNodeIndex& rNode);
+ void StealAttr(const SwNode& rNode);
void MarkAllAttrsOld();
void KillUnlockedAttrs(const SwPosition& pPos);
SfxPoolItem* GetFormatStackAttr(sal_uInt16 nWhich, sal_uInt16 * pPos);