summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/text/TextFieldHandler.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-06-21 16:14:25 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-18 02:13:21 +0200
commitbd1be4c1ec599f9c992ca11e93e8b3a2e4c0ae03 (patch)
tree6a7da3731cd99bbfc67f49f57340dfb9d343ac33 /wizards/com/sun/star/wizards/text/TextFieldHandler.py
parent33cc40c9d9ba0883ff342c952a4a35ce426c459d (diff)
Replace some uno.invoke(now it loads faster)
Diffstat (limited to 'wizards/com/sun/star/wizards/text/TextFieldHandler.py')
-rw-r--r--wizards/com/sun/star/wizards/text/TextFieldHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/text/TextFieldHandler.py b/wizards/com/sun/star/wizards/text/TextFieldHandler.py
index 2ee5c1f379c4..b757263c11ba 100644
--- a/wizards/com/sun/star/wizards/text/TextFieldHandler.py
+++ b/wizards/com/sun/star/wizards/text/TextFieldHandler.py
@@ -176,7 +176,7 @@ class TextFieldHandler(object):
def changeExtendedUserFieldContent(self, UserDataPart, _FieldContent):
try:
xDependentTextFields = self.__getTextFieldsByProperty(
- "UserDataType", uno.Any("short",UserDataPart), "Short")
+ "UserDataType", UserDataPart, "Short")
if xDependentTextFields != None:
i = 0
while i < xDependentTextFields.length: