summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/export/CopyExporter.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-11-27 08:10:55 +0000
committerKurt Zenker <kz@openoffice.org>2004-11-27 08:10:55 +0000
commit39cb224b434f6c4c49b0de48b3edabfa35d7322a (patch)
tree6bd33ed6e0dd92a9673b53d84f3f9c8db7396b38 /wizards/com/sun/star/wizards/web/export/CopyExporter.java
parent09e5411b74a108243e47f00239efc8d95476e8dc (diff)
INTEGRATION: CWS qwizardsbf1 (1.2.40); FILE MERGED
2004/09/17 16:31:43 rpiterman 1.2.40.1: docu and buetifying
Diffstat (limited to 'wizards/com/sun/star/wizards/web/export/CopyExporter.java')
-rw-r--r--wizards/com/sun/star/wizards/web/export/CopyExporter.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/web/export/CopyExporter.java b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
index 36d1f27493fd..1fa2886b0cb0 100644
--- a/wizards/com/sun/star/wizards/web/export/CopyExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
@@ -27,6 +27,11 @@ public class CopyExporter extends AbstractExporter{
try {
task.advance(true);
+
+ /*
+ * this will open the document, and calculate the pages/slides number
+ * in it.
+ */
if (exporter.cp_PageType > 0) {
closeDocument(openDocument(source,xmsf),xmsf);
}