removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630
This commit is contained in:
parent
90cd178e15
commit
582d831bfb
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ uno::Any SAL_CALL SwXMailMerge::execute(
|
|||
// and thus avoiding the SelectShell call in Writers GetState function
|
||||
// while still in Update of Sfx.
|
||||
// (GetSelection in Update is not allowed)
|
||||
if (pView && aCurDocumentURL.getLength())
|
||||
if (aCurDocumentURL.getLength())
|
||||
pView->AttrChangedNotify( &pView->GetWrtShell() );//Damit SelectShell gerufen wird.
|
||||
|
||||
SharedComponent aRowSetDisposeHelper;
|
||||
|
|
Loading…
Reference in a new issue