summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-03-07 10:47:44 +0000
committerJavier Fernandez <jfernandez@igalia.com>2013-04-11 13:16:06 +0000
commit33c7b2a27892fb4204cc7ec713e89fd288da5e32 (patch)
tree05006553e70c1ac57ba572ad3f049b67cceba753
parent637febc69de51657b8a5cb7858104a9271a73288 (diff)
IconsDialog: this class must implement the ImageList.IImageRenderer interface.
Change-Id: Ia48c502d476d57ead0f478a28a5cd055eff11f55
-rw-r--r--wizards/com/sun/star/wizards/web/IconsDialog.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/IconsDialog.py b/wizards/com/sun/star/wizards/web/IconsDialog.py
index 544a98a19467..d1f1ef6e7cdc 100644
--- a/wizards/com/sun/star/wizards/web/IconsDialog.py
+++ b/wizards/com/sun/star/wizards/web/IconsDialog.py
@@ -19,6 +19,7 @@
from .ImageListDialog import ImageListDialog
from .WWHID import HID_IS
from ..common.FileAccess import FileAccess
+from ..ui.ImageList import ImageList
from com.sun.star.awt import Size
@@ -31,7 +32,7 @@ It also implements the ImageList.ImageRenderer interface, to handle
its own objects.
'''
-class IconsDialog(ImageListDialog):
+class IconsDialog(ImageListDialog, ImageList.IImageRenderer):
def __init__(self, xmsf, set_, resources):
super(IconsDialog, self).__init__(xmsf, HID_IS,