summaryrefslogtreecommitdiff
path: root/wizards/Pyuno_web.mk
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-05-03 13:03:48 +0000
committerJavier Fernandez <jfernandez@igalia.com>2013-05-08 09:36:37 +0000
commit084e766844fb53482a447d85d471fb1e0f55c063 (patch)
treebc836a40bdd19061dc92d10975bb63d8679af01c /wizards/Pyuno_web.mk
parent7a7e30a44ba86cfc5246fcdc0990c587f71e9259 (diff)
PyWebWizard: Fixing bugs and implementation of mising features.
Additional files ported to python for the Web.Export module. Change-Id: I77c062e2d349992b9b42632537c8f2ee4ec26b57
Diffstat (limited to 'wizards/Pyuno_web.mk')
-rw-r--r--wizards/Pyuno_web.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/wizards/Pyuno_web.mk b/wizards/Pyuno_web.mk
index a6dbeb74c79c..3933b2745bbf 100644
--- a/wizards/Pyuno_web.mk
+++ b/wizards/Pyuno_web.mk
@@ -57,6 +57,9 @@ $(eval $(call gb_Pyuno_add_files,web,wizards/web,\
export/Exporter.py \
export/AbstractExporter.py \
export/CopyExporter.py \
+ export/FilterExporter.py \
+ export/ConfiguredExporter.py \
+ export/ImpressHTMLExporter.py \
export/__init__.py \
))
$(eval $(call gb_Pyuno_set_componentfile_full,web,wizards/com/sun/star/wizards/web/web,vnd.openoffice.pymodule:wizards.web,.CallWizard))