summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-09-22 07:10:29 +0000
committerOliver Specht <os@openoffice.org>2000-09-22 07:10:29 +0000
commitca8942b781198476aa65a81b7a321e6e09a8b65c (patch)
treef967ca8664e2f5a67d1d7d2a6de1cc1b7274af92
parentedfc89675f439d9f7bbe36d9506d47d8ed13d541 (diff)
syntax error
-rw-r--r--sw/source/ui/uiview/view.cxx6
1 files 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));
}