disable hack to force exception

This commit is contained in:
Frédéric Péters 2014-10-22 13:54:16 +02:00
parent 4362ce9143
commit c01dfafdea
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ class ListStyleApply(unohelper.Base, XJobExecutor):
props = tuple(props)
uno.invoke(numberingrules, 'replaceByIndex',
(level+123, uno.Any("[]com.sun.star.beans.PropertyValue", props)) )
(level, uno.Any("[]com.sun.star.beans.PropertyValue", props)) )
textcursor.setPropertyValue('NumberingRules', numberingrules)
except Exception, e:
display_exception(self.ctx)