summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/UnoDialog2.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-10-28 22:49:42 +0100
committerXisco Fauli <anistenis@gmail.com>2012-10-30 01:09:34 +0100
commitec20c94a3034b6991f98821a2a4d511dd93682d3 (patch)
tree2b66f17e255b73a3f922d3861b978a83788c24b0 /wizards/com/sun/star/wizards/ui/UnoDialog2.py
parent02dd4619b20d53158f6a48f30ceb299a029883eb (diff)
pyagenda: now it's possible to call the wizard remotely
Change-Id: I25c49f58e580a0d08a2b0d0fce9d76e372c69d19
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/UnoDialog2.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog2.py b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
index 9f7f1032fa9b..aae04149982f 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog2.py
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog2.py
@@ -20,7 +20,8 @@ from .UIConsts import UIConsts
from ..common.Desktop import Desktop
from ..common.PropertyNames import PropertyNames
from .event.CommonListener import ItemListenerProcAdapter, \
- ActionListenerProcAdapter, TextListenerProcAdapter
+ ActionListenerProcAdapter, TextListenerProcAdapter, \
+ AdjustmentListenerProcAdapter
'''
This class contains convenience methods for inserting components to a dialog.