summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-08 13:06:23 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-08 13:06:23 +0000
commit10ef81d53ff2b0cf1adfe3dcaeb6511df788243c (patch)
tree151bb5c0cd9c35a80fc40c00e06343348df3441a /wizards
parentf32f23c8a50bac8397bc00ae1e86e5ecfa017bdb (diff)
INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED
2004/08/20 14:55:14 tv 1.2.2.1: checked in for ron Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/DocumentPreview.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/DocumentPreview.java b/wizards/com/sun/star/wizards/ui/DocumentPreview.java
index c194a9dd788e..45ecfbef034b 100644
--- a/wizards/com/sun/star/wizards/ui/DocumentPreview.java
+++ b/wizards/com/sun/star/wizards/ui/DocumentPreview.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentPreview.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 13:04:28 $
+ * last change: $Author: obo $ $Date: 2004-09-08 14:06:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,7 +129,6 @@ public class DocumentPreview {
}
protected XComponent setDocument(String url, PropertyValue[] lArgs) throws com.sun.star.lang.IllegalArgumentException, IOException, CloseVetoException {
-
loadArgs = lArgs;
XComponentLoader xCompLoader = (XComponentLoader) UnoRuntime.queryInterface(XComponentLoader.class, xFrame);
return xComponent = xCompLoader.loadComponentFromURL(url, "_self", 0, loadArgs);