From 292e88dca4edb02d72b69db7f2bb7a5b04368138 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 9 Mar 2001 14:00:15 +0000 Subject: #84822# reload of documents: disposing and dtors corrected, reactivate beamer if available --- sw/source/ui/inc/unotxvw.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/inc/unotxvw.hxx') diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx index 20b1d88919fe..be33bcada271 100644 --- a/sw/source/ui/inc/unotxvw.hxx +++ b/sw/source/ui/inc/unotxvw.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unotxvw.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-02-02 11:51:32 $ + * last change: $Author: os $ $Date: 2001-03-09 14:58:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -179,7 +179,7 @@ public: void NotifySelChanged(); SwView* GetView() {return pView;} - void Invalidate(){pView = 0;} + void Invalidate(); }; /* -----------------17.09.98 12:52------------------- -- cgit