summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviewsi.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 13:18:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 13:18:06 +0000
commit152cb6fbad7ccdb3d632c60c4bd675ab86d092b7 (patch)
tree97566ffabd2d1c1871bf280658920d90a70239d4 /sd/source/ui/view/drviewsi.cxx
parentINTEGRATION: CWS impress109 (1.61.20); FILE MERGED (diff)
downloadcore-152cb6fbad7ccdb3d632c60c4bd675ab86d092b7.tar.gz
core-152cb6fbad7ccdb3d632c60c4bd675ab86d092b7.zip
INTEGRATION: CWS impress109 (1.18.24); FILE MERGED
2006/10/10 15:06:23 cl 1.18.24.1: #134177# check if draw view is 0 before using it
Diffstat (limited to 'sd/source/ui/view/drviewsi.cxx')
-rw-r--r--sd/source/ui/view/drviewsi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx
index a3ac2184e429..de06b6ef2071 100644
--- a/sd/source/ui/view/drviewsi.cxx
+++ b/sd/source/ui/view/drviewsi.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviewsi.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:40:04 $
+ * last change: $Author: vg $ $Date: 2006-11-01 14:18:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -189,7 +189,7 @@ void DrawViewShell::AssignFrom3DWindow()
if( pWin )
{
Svx3DWin* p3DWin = (Svx3DWin*) pWin->GetWindow();
- if( p3DWin )
+ if( p3DWin && GetView() )
{
if(!GetView()->IsPresObjSelected())
{