From ca8942b781198476aa65a81b7a321e6e09a8b65c Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 22 Sep 2000 07:10:29 +0000 Subject: [PATCH] syntax error --- sw/source/ui/uiview/view.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/ui/uiview/view.cxx b/sw/source/ui/uiview/view.cxx index 6a6ea7f5e133..842f625faf55 100644 --- a/sw/source/ui/uiview/view.cxx +++ b/sw/source/ui/uiview/view.cxx @@ -2,9 +2,9 @@ * * $RCSfile: view.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2000-09-21 13:57:31 $ + * last change: $Author: os $ $Date: 2000-09-22 08:10:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -527,7 +527,7 @@ void SwView::SelectShell() GetEditWin().UpdatePointer(aPnt); SdrView* pDView = GetWrtShell().GetDrawView(); - if ( bInitFormShell && ) + if ( bInitFormShell && pDView ) pFormShell->SetView(PTR_CAST(FmFormView, pDView)); }