diff options
author | Xisco Fauli <anistenis@gmail.com> | 2012-12-19 19:21:31 +0100 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2012-12-19 19:22:50 +0100 |
commit | d6308705133ccde121dcd40f94a1d4367356630b (patch) | |
tree | ab0704ffc1e09a5c04010c3f993f023c0cf3f9bc /wizards/Pyuno_commonwizards.mk | |
parent | c3b822e46c04c3b294b1cb1e633ab8e62ad3412b (diff) |
pywizards: get rid of ViewHandler
Change-Id: Ie0098f0342a5863ffeb9dec96104efb7d94d7ae2
Diffstat (limited to 'wizards/Pyuno_commonwizards.mk')
-rw-r--r-- | wizards/Pyuno_commonwizards.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk index 18141dcec507..abc6040154f4 100644 --- a/wizards/Pyuno_commonwizards.mk +++ b/wizards/Pyuno_commonwizards.mk @@ -52,7 +52,6 @@ $(eval $(call gb_Pyuno_add_files,wizards,\ text/TextDocument.py \ text/TextFieldHandler.py \ text/TextSectionHandler.py \ - text/ViewHandler.py \ ui/__init__.py \ ui/ControlScroller.py \ ui/ImageList.py \ |