summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drwtxtex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/drwtxtex.cxx')
-rw-r--r--sw/source/uibase/shells/drwtxtex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx
index d163785593eb..93b813650812 100644
--- a/sw/source/uibase/shells/drwtxtex.cxx
+++ b/sw/source/uibase/shells/drwtxtex.cxx
@@ -542,7 +542,7 @@ void SwDrawTextShell::Execute( SfxRequest &rReq )
pTmpView->SetAttributes( aAttr );
rSh.GetView().BeginTextEdit( pTmpObj, pTmpPV, &rSh.GetView().GetEditWin());
- rSh.GetView().AttrChangedNotify( &rSh );
+ rSh.GetView().AttrChangedNotify(nullptr);
}
return;
@@ -586,7 +586,7 @@ void SwDrawTextShell::Execute( SfxRequest &rReq )
}
pTmpView->SetAttributes( aAttr );
rSh.GetView().BeginTextEdit( pTmpObj, pTmpPV, &rSh.GetView().GetEditWin() );
- rSh.GetView().AttrChangedNotify( &rSh );
+ rSh.GetView().AttrChangedNotify(nullptr);
}
return;