summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/basflt/fltshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/basflt/fltshell.cxx')
-rw-r--r--sw/source/filter/basflt/fltshell.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/basflt/fltshell.cxx b/sw/source/filter/basflt/fltshell.cxx
index a4112636c88a..309a5289013a 100644
--- a/sw/source/filter/basflt/fltshell.cxx
+++ b/sw/source/filter/basflt/fltshell.cxx
@@ -632,9 +632,9 @@ void SwFltControlStack::SetAttrInDoc(const SwPosition& rTmpPos,
if (MakeBookRegionOrPoint(rEntry, m_rDoc, aRegion))
{
SwFltRDFMark* pMark = static_cast<SwFltRDFMark*>(rEntry.m_pAttr.get());
- if (aRegion.GetNode().IsTextNode())
+ if (aRegion.GetPointNode().IsTextNode())
{
- SwTextNode& rTextNode = *aRegion.GetNode().GetTextNode();
+ SwTextNode& rTextNode = *aRegion.GetPointNode().GetTextNode();
for (const std::pair<OUString, OUString>& rAttribute : pMark->GetAttributes())
{