summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
Diffstat (limited to 'cui')
-rw-r--r--cui/qa/uitest/dialogs/chardlg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/qa/uitest/dialogs/chardlg.py b/cui/qa/uitest/dialogs/chardlg.py
index 21a1582567a0..c52664f36d0e 100644
--- a/cui/qa/uitest/dialogs/chardlg.py
+++ b/cui/qa/uitest/dialogs/chardlg.py
@@ -35,8 +35,8 @@ class Test(UITestCase):
xFontTransparency.executeAction("UP", tuple())
# Verify the result.
- drawPage = component.getDrawPages().getByIndex(0)
- shape = drawPage.getByIndex(0)
+ drawPage = component.getDrawPages()[0]
+ shape = drawPage[0]
# Without the accompanying fix in place, this test would have failed with:
# AssertionError: 100 != 5
fdo#60148 Clean up warnings from the Clang compiler pluginnccuong 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-02-28remove all d.lstMichael Stahl 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann 2012-09-15Fix some "Variables reassigned a value before the old one has been used"Julien Nabet 2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann 2012-09-12Finished ::rtl::OUString to OUString in UnoControlsRicardo Montania 2012-09-11::rtl::OUString to OUString in UnoControlsRicardo Montania 2012-09-01add more component prefixesMatúš Kukan 2012-08-08reduce ascii noise and useless commentsThomas Arnhold 2012-08-08remove include comments and boxesThomas Arnhold 2012-08-05Remove unused macrosThomas Arnhold 2012-07-03re-base on ALv2 code.Michael Meeks 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-19re-base on ALv2 code.Michael Meeks 2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin 2012-06-06removed dead codeTakeshi Abe 2012-06-02targeted string re-workNorbert Thiebaud 2012-05-29targeted string re-workNorbert Thiebaud 2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-19Removed RTL_CONSTASCII_USTRINGPARAM from UnoControlsSzabolcs Dezsi 2012-04-08gbuild: "use" vs. "add":Michael Stahl