* Contributors:
* Igor Malinin - initial contribution
*
- * $Id: MultiViewPartitioner.java,v 1.3 2004-10-21 16:21:11 jsurfer Exp $
+ * $Id: MultiViewPartitioner.java,v 1.4 2004-10-25 17:03:28 axelcl Exp $
*/
package net.sourceforge.phpeclipse.ui.text.rules;
}
super.removeInnerRegion(position);
if (position.offset >= 0) {
- outerDocument.fireDocumentChanged(event);
+ if (event!=null) {
+ outerDocument.fireDocumentChanged(event);
+ }
}
} else {
super.removeInnerRegion(position);