summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java')
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java b/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java
index 23f5fd6e22ea..742b7d882968 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataObject.java
@@ -29,7 +29,8 @@ import org.openoffice.netbeans.modules.office.actions.*;
public class OfficeDocumentDataObject extends MultiDataObject {
- public OfficeDocumentDataObject(FileObject pf, OfficeDocumentDataLoader loader) throws DataObjectExistsException {
+ public OfficeDocumentDataObject(FileObject pf,
+ OfficeDocumentDataLoader loader) throws DataObjectExistsException {
super(pf, loader);
init();
}