summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textfld.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/textfld.cxx')
-rw-r--r--sw/source/uibase/shells/textfld.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/shells/textfld.cxx b/sw/source/uibase/shells/textfld.cxx
index 8fd310a47510..1d61b0f95785 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -439,7 +439,7 @@ void SwTextShell::ExecField(SfxRequest &rReq)
pAnnotationWin->UpdateText(sText);
// explicit state update to get the Undo state right
- GetView().AttrChangedNotify(GetShellPtr());
+ GetView().AttrChangedNotify(nullptr);
}
}
}
@@ -486,7 +486,7 @@ void SwTextShell::ExecField(SfxRequest &rReq)
if (comphelper::LibreOfficeKit::isActive() && !sCommentText.isEmpty())
{
rSh.SetRedlineComment(sCommentText);
- GetView().AttrChangedNotify(GetShellPtr());
+ GetView().AttrChangedNotify(nullptr);
MaybeNotifyRedlineModification(const_cast<SwRangeRedline*>(pRedline), pRedline->GetDoc());
break;
}
@@ -570,7 +570,7 @@ void SwTextShell::ExecField(SfxRequest &rReq)
pDlg.disposeAndClear();
g_bNoInterrupt = false;
rSh.ClearMark();
- GetView().AttrChangedNotify(GetShellPtr());
+ GetView().AttrChangedNotify(nullptr);
}
}
break;