removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630

This commit is contained in:
Andreu Correa Casablanca 2011-09-17 17:38:52 +02:00 committed by Caolán McNamara
parent 90cd178e15
commit 582d831bfb

View file

@ -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;