diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:52:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:52:31 +0000 |
commit | 3c3568d7c52187e60d20cd77b8f47ef0c7f796ad (patch) | |
tree | 5369005e78c90f0805ef894e687962c3019584f6 /wizards | |
parent | a2c31e57fcdd6894d2f12f15895250f1b1f54df6 (diff) |
INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED
2006/03/29 15:30:09 bc 1.3.44.2: #i63772#failing of pdf export now raises error messagebox
2006/03/27 10:48:02 tv 1.3.44.1: expanded tabs to spaces
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java index 84da14c522cb..26bcab32e317 100644 --- a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java +++ b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java @@ -4,9 +4,9 @@ * * $RCSfile: ImpressHTMLExporter.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 10:03:48 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:52:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,6 +34,7 @@ ************************************************************************/ package com.sun.star.wizards.web.export; +import com.sun.star.io.IOException; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.wizards.ui.event.Task; import com.sun.star.wizards.web.data.CGDocument; @@ -51,7 +52,7 @@ public class ImpressHTMLExporter extends ConfiguredExporter { private static final Integer MEDIUM_IMAGE = new Integer(640); private static final Integer LARGE_IMAGE = new Integer(800); - public boolean export(CGDocument source, String targetDirectory ,XMultiServiceFactory xmsf, Task task) { + public boolean export(CGDocument source, String targetDirectory ,XMultiServiceFactory xmsf, Task task) throws IOException { /* here set some filter specific properties. * other properties, which are not dependant on |