summaryrefslogtreecommitdiff
path: root/wizards/Pyuno_commonwizards.mk
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-05-03 13:02:13 +0000
committerJavier Fernandez <jfernandez@igalia.com>2013-05-08 09:36:37 +0000
commit7a7e30a44ba86cfc5246fcdc0990c587f71e9259 (patch)
treeaf0ce36944e4eb1af20530e0d6b45657f65bc021 /wizards/Pyuno_commonwizards.mk
parent9d85fe82bc26e19abdbfd516bad55f2453f3b5e8 (diff)
PyWebWizard: Fixing bugs and implementation of mising features.
Additional files ported to python for the Common module. Change-Id: I54afc234b0205c3854e569e691454a6921eb2a9f
Diffstat (limited to 'wizards/Pyuno_commonwizards.mk')
-rw-r--r--wizards/Pyuno_commonwizards.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk
index 91eeacae821f..6654d4d69e7b 100644
--- a/wizards/Pyuno_commonwizards.mk
+++ b/wizards/Pyuno_commonwizards.mk
@@ -23,6 +23,11 @@ $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
common/PropertyNames.py \
common/Resource.py \
common/SystemDialog.py \
+ common/IRenderer.py \
+ common/UCB.py \
+ common/XMLHelper.py \
+ common/XMLProvider.py \
+ common/ListModel.py \
common/__init__.py \
document/OfficeDocument.py \
document/__init__.py \
@@ -46,6 +51,13 @@ $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
ui/event/ListModelBinder.py \
ui/event/RadioDataAware.py \
ui/event/UnoDataAware.py \
+ ui/event/SimpleDataAware.py \
+ ui/event/Task.py \
+ ui/event/TaskEvent.py \
+ ui/event/TaskListener.py \
+ ui/event/ListDataEvent.py \
+ ui/event/ListDataListener.py \
+ ui/event/EventListenerList.py \
ui/event/__init__.py \
))