summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-07 11:44:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-07 12:19:25 +0000
commit6e07c9885502fe0572761499e790ebf7aedb707d (patch)
tree13bc742baecb8341664d56706c809f876ce27577 /sd/source/ui/unoidl
parent9e93e06529d4d30fdd620117f37341fe881e5786 (diff)
coverity#735844 Dereference after null check
Change-Id: I444f545718f0d7b3e1612a1b17b810f93f032bcb
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 1206c870d0cb..fb155b09021c 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -1949,7 +1949,7 @@ void SAL_CALL SdXImpressDocument::render( sal_Int32 nRenderer, const uno::Any& r
}
pView->SdrPaintView::CompleteRedraw( pOut, aRegion, &aImplRenderPaintProc );
- if ( pPDFExtOutDevData )
+ if ( pPDFExtOutDevData && pPage )
{
try
{