summaryrefslogtreecommitdiff
path: root/wizards/Pyuno_commonwizards.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2018-02-01 15:40:51 +0100
committerXisco Faulí <xiscofauli@libreoffice.org>2018-02-05 15:01:41 +0100
commit2029a593f2ff5863b81ba6abc5e466473c475b48 (patch)
treeb850ee828092789c02033365ae4599021124ccf8 /wizards/Pyuno_commonwizards.mk
parentad32bcdfa1cecb28abe934885df62bd6a49aa978 (diff)
Removed unused code in python wizards
This code got unused after 5b3022860abfe7eefd2e25b60b5b2a563b42b3c0 Change-Id: I6c198ab359f8468a9f4d9041b9bc4feb88eedd74 Reviewed-on: https://gerrit.libreoffice.org/49109 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'wizards/Pyuno_commonwizards.mk')
-rw-r--r--wizards/Pyuno_commonwizards.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk
index 578555c6c5eb..1c139950d963 100644
--- a/wizards/Pyuno_commonwizards.mk
+++ b/wizards/Pyuno_commonwizards.mk
@@ -25,8 +25,6 @@ $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
common/SystemDialog.py \
common/IRenderer.py \
common/UCB.py \
- common/XMLHelper.py \
- common/XMLProvider.py \
common/ListModel.py \
common/__init__.py \
document/OfficeDocument.py \
@@ -50,12 +48,9 @@ $(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 \
))