3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / DeleteElementsOperation.java
index b79a550..a8073cb 100644 (file)
@@ -24,6 +24,7 @@ import net.sourceforge.phpdt.core.compiler.CharOperation;
 import net.sourceforge.phpdt.core.jdom.DOMFactory;
 import net.sourceforge.phpdt.core.jdom.IDOMCompilationUnit;
 import net.sourceforge.phpdt.internal.core.jdom.DOMNode;
+import net.sourceforge.phpdt.internal.core.util.Util;
 import net.sourceforge.phpdt.internal.corext.Assert;
 
 /**
@@ -132,7 +133,7 @@ public class DeleteElementsOperation extends MultiOperation {
                        }
                }
                if (delta.getAffectedChildren().length > 0) {
-                       cu.save(getSubProgressMonitor(1), fForce);
+                       cu.save(getSubProgressMonitor(1), force);
                        if (!cu.isWorkingCopy()) { // if unit is working copy, then save will have already fired the delta
                                addDelta(delta);
                                this.setAttribute(HAS_MODIFIED_RESOURCE_ATTR, TRUE);