From 14c669b12921439c32934fed894e04bd1c71c356 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Thu, 18 Jan 2001 09:25:03 +0000 Subject: InitNewDoc: wrong '!' removed --- sw/source/ui/uno/unotxdoc.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 7ba368adbbbc..c4646550a5a6 100644 --- a/sw/source/ui/uno/unotxdoc.cxx +++ b/sw/source/ui/uno/unotxdoc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unotxdoc.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: os $ $Date: 2001-01-17 16:18:22 $ + * last change: $Author: os $ $Date: 2001-01-18 10:25:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1685,7 +1685,7 @@ void SwXTextDocument::InitNewDoc() delete pxXRedlines; pxXRedlines = 0; } - if(!xPropertyHelper.is()) + if(xPropertyHelper.is()) { pPropertyHelper->Invalidate(); xPropertyHelper = 0; -- cgit v1.2.3