summaryrefslogtreecommitdiff
path: root/testautomation/math
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@OpenOffice.org>2010-09-22 12:04:51 +0200
committerThorsten Bosbach <tbo@OpenOffice.org>2010-09-22 12:04:51 +0200
commitdcbd38523131aef5334eb4d05000682d9f76badd (patch)
tree0604e49766deac407dca86bbe8f31c4cdf4d3303 /testautomation/math
parent4e99beb0515eafd825d72fbf1d5c74b8b86bc22d (diff)
#i114526# using rtrim now
Diffstat (limited to 'testautomation/math')
-rwxr-xr-xtestautomation/math/optional/includes/m_105.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc
index 9d35f36ffdea..373643b2e2f0 100755
--- a/testautomation/math/optional/includes/m_105.inc
+++ b/testautomation/math/optional/includes/m_105.inc
@@ -448,7 +448,7 @@ testcase tToolsCatalog
'///+ insert the copied text into the document ///'
DocumentWriter.typeKeys "<Mod1 End> - " + sTemp + ": " + j + "<Tab>"
sAllSymbols = sAllSymbols + sTemp
- listAppend(lAllSymbols(), sTemp)
+ listAppend(lAllSymbols(), rtrim(sTemp))
next j
next i