summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 12:40:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 12:40:55 +0000
commit280678508a4833378c1eb10597b83c97981452c9 (patch)
tree5c537ca2140f030f4f82298b88ae32ca27a243fb /wizards
parentaff87a55872abcd3eb18e5c1a922e69ead4f6c59 (diff)
INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED
2006/03/31 15:58:44 bc 1.3.44.3: ## ResourceId changed 2006/03/29 15:30:07 bc 1.3.44.2: #i63772#failing of pdf export now raises error messagebox 2006/03/27 10:47:57 tv 1.3.44.1: expanded tabs to spaces
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessErrorHandler.java11
1 files changed, 3 insertions, 8 deletions
diff --git a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
index f89954c246f7..9e5eec1ba41f 100644
--- a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
+++ b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
@@ -4,9 +4,9 @@
*
* $RCSfile: ProcessErrorHandler.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:56:58 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:40:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,9 +72,6 @@ public class ProcessErrorHandler extends AbstractErrorHandler
case ERROR_MKDIR :
return JavaTools.replaceSubString(resources.resErrDocExport, ((CGDocument) obj).localFilename, FILENAME);
-
- case ERROR_EXPORT :
- return "";
case ERROR_EXPORT_MKDIR :
return JavaTools.replaceSubString(resources.resErrMkDir, ((CGDocument) obj).localFilename, FILENAME);
case ERROR_DOC_VALIDATE :
@@ -83,17 +80,15 @@ public class ProcessErrorHandler extends AbstractErrorHandler
return JavaTools.replaceSubString(resources.resErrExportIO, ((CGDocument) obj).localFilename, FILENAME);
case ERROR_EXPORT_SECURITY :
return JavaTools.replaceSubString(resources.resErrSecurity, ((CGDocument) obj).localFilename, FILENAME);
-
case ERROR_GENERATE_XSLT :
return resources.resErrTOC;
case ERROR_GENERATE_COPY :
return resources.resErrTOCMedia;
-
case ERROR_PUBLISH :
return JavaTools.replaceSubString(resources.resErrPublish, ((CGPublish) obj).cp_URL, URL);
+ case ERROR_EXPORT :
case ERROR_PUBLISH_MEDIA :
return resources.resErrPublishMedia;
-
case ERROR_CLEANUP :
return resources.resErrUnexpected;