Kaydet (Commit) 14c669b1 authored tarafından Oliver Specht's avatar Oliver Specht

InitNewDoc: wrong '!' removed

üst 870b7f21
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment