diff options
author | Joerg Skottke [jsk] <jsk@openoffice.org> | 2009-11-05 10:46:27 +0100 |
---|---|---|
committer | Joerg Skottke [jsk] <jsk@openoffice.org> | 2009-11-05 10:46:27 +0100 |
commit | 6b90833eacbf278bc60d6ce4f953697ddd499279 (patch) | |
tree | 7c6d321e88e3852fab6bcef8a30ddbf2b054341d /testautomation/chart2/tools | |
parent | 6d2451de41f80d3d652ad4d42481ae45bade3eef (diff) |
printerpullpages: #i106286# - Integrate new printing dialog into test scripts - draw/chart
Diffstat (limited to 'testautomation/chart2/tools')
-rw-r--r-- | testautomation/chart2/tools/ch_tools_statistics.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/chart2/tools/ch_tools_statistics.inc b/testautomation/chart2/tools/ch_tools_statistics.inc index 7666fac165e5..513e8c8b3f56 100644 --- a/testautomation/chart2/tools/ch_tools_statistics.inc +++ b/testautomation/chart2/tools/ch_tools_statistics.inc @@ -88,7 +88,7 @@ function fInvokeTrendlinesDialog() as INTEGER '/// Lookup if call was successful Kontext - active.SetPage "TabTrendLineType" + active.SetPage (TabTrendLineType) Kontext "TabTrendLineType" if TabTrendLineType.exists(2) then printlog ">> Trend lines dialog is visible now." |