summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java')
-rw-r--r--wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java6
1 files changed, 3 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 698bf7f44c53..474ec34e3980 100644
--- a/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
@@ -42,9 +42,9 @@ import com.sun.star.wizards.web.data.CGSession;
public class ImpressHTMLExporter extends ConfiguredExporter
{
- private static final Integer SMALL_IMAGE = new Integer(512);
- private static final Integer MEDIUM_IMAGE = new Integer(640);
- private static final Integer LARGE_IMAGE = new Integer(800);
+ private static final Integer SMALL_IMAGE = 512;
+ private static final Integer MEDIUM_IMAGE = 640;
+ private static final Integer LARGE_IMAGE = 800;
public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task task) throws IOException
{