diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:50:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 08:50:04 +0000 |
commit | 41dedf411c11aa51048d2a7430bb1fb580e43ded (patch) | |
tree | c39bf8006cfca7b7a97fcee51a94bb76e8bec9fd /forms/qa | |
parent | 4405d2c496add5206d8139a7628e85ca358f1167 (diff) |
INTEGRATION: CWS dba23a (1.3.170); FILE MERGED
2007/03/22 19:42:13 fs 1.3.170.1: #i10000#
Diffstat (limited to 'forms/qa')
-rw-r--r-- | forms/qa/integration/forms/SpreadsheetDocument.java | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/forms/qa/integration/forms/SpreadsheetDocument.java b/forms/qa/integration/forms/SpreadsheetDocument.java index 547d273daec5..f6e8a3879491 100644 --- a/forms/qa/integration/forms/SpreadsheetDocument.java +++ b/forms/qa/integration/forms/SpreadsheetDocument.java @@ -4,9 +4,9 @@ * * $RCSfile: SpreadsheetDocument.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:30:43 $ + * last change: $Author: kz $ $Date: 2007-05-10 09:50:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,11 +53,13 @@ import com.sun.star.beans.NamedValue; public class SpreadsheetDocument extends DocumentHelper { /** Creates a new blank spreadsheet document */ + /* ------------------------------------------------------------------ */ public SpreadsheetDocument( XMultiServiceFactory orb ) throws com.sun.star.uno.Exception { - super( orb, implCreateBlankDocument( orb, "private:factory/scalc" ) ); + super( orb, implLoadAsComponent( orb, "private:factory/scalc" ) ); } + /* ------------------------------------------------------------------ */ public SpreadsheetDocument( XMultiServiceFactory orb, XComponent document ) throws com.sun.star.uno.Exception { super( orb, document ); |