From ec20c94a3034b6991f98821a2a4d511dd93682d3 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Sun, 28 Oct 2012 22:49:42 +0100 Subject: pyagenda: now it's possible to call the wizard remotely Change-Id: I25c49f58e580a0d08a2b0d0fce9d76e372c69d19 --- wizards/com/sun/star/wizards/ui/UnoDialog2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wizards/com/sun/star/wizards/ui/UnoDialog2.py') 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. -- cgit v1.2.3