summaryrefslogtreecommitdiff
path: root/testautomation/global/system
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@openoffice.org>2010-02-09 18:06:27 +0100
committerThorsten Bosbach <tbo@openoffice.org>2010-02-09 18:06:27 +0100
commit2d4ca96171d2f2a2c1f703ec4a934d0b00102b64 (patch)
tree7bd61cf16a026f8ea660ff6e8b0673d5aebf3223 /testautomation/global/system
parent388184507429ef932cfa6d725ea146063a69d934 (diff)
do not split product name at spaces
Diffstat (limited to 'testautomation/global/system')
-rw-r--r--testautomation/global/system/includes/status.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/testautomation/global/system/includes/status.inc b/testautomation/global/system/includes/status.inc
index 49d3a836043a..cb5aa8436ac3 100644
--- a/testautomation/global/system/includes/status.inc
+++ b/testautomation/global/system/includes/status.inc
@@ -271,8 +271,7 @@ sub hStatusWriteOutputFirstFile ()
sPlat = "win"
end if
- slVersion() = Split(gProductName, " ") '(15)
- sProduct = slVersion(0)
+ sProduct = gProductName
' major is from start to 'm'
iPosA = 1