summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-05-04 12:01:19 +0000
committerJavier Fernandez <jfernandez@igalia.com>2013-05-08 09:36:41 +0000
commitc1330b9c8373c96c7677a2ac1928c976815bcff9 (patch)
treebb0eb938cb60ffcffda48d68087c95a14992802c /wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
parent9532335dd2c3f2bb9c3761bf8c4c879107f1538d (diff)
PyWebWizard: Fixing bugs and implementation of mising features.
Formating, python style coding and debug output removal. Change-Id: If5811473695f23b8b11dcd5a7d6e6775ca41ae88
Diffstat (limited to 'wizards/com/sun/star/wizards/web/ProcessErrorHandler.py')
-rw-r--r--wizards/com/sun/star/wizards/web/ProcessErrorHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
index 6b6c8bb442ac..84201d323f4f 100644
--- a/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
+++ b/wizards/com/sun/star/wizards/web/ProcessErrorHandler.py
@@ -52,7 +52,7 @@ class ProcessErrorHandler(AbstractErrorHandler, ProcessErrors):
elif ix == ProcessErrors.ERROR_GENERATE_COPY:
return self.resources.resErrTOCMedia
elif ix == ProcessErrors.ERROR_PUBLISH:
- return self.resources.resErrPublish.replace(self.URL, obj.URL)
+ return self.resources.resErrPublish.replace(self.URL, obj.cp_URL)
elif (ix == ProcessErrors.ERROR_EXPORT or ix == ProcessErrors.ERROR_PUBLISH_MEDIA):
return self.resources.resErrPublishMedia
elif ix == ProcessErrors.ERROR_CLEANUP: