diff options
author | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-03-19 13:18:42 +0100 |
---|---|---|
committer | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-03-19 13:18:42 +0100 |
commit | 6cddbf018bc99ac82675b8e3bf90e76e6b01b367 (patch) | |
tree | 9e25082cccc6dafeff4a0c77ce8504026863e5cb /testautomation/global/system | |
parent | e3cbc70aec917d2eba2b4b0dbff7003e1e3d5bfd (diff) |
vitomation01: #i109562 - find out how frequently we call hGetPathSigne()
Diffstat (limited to 'testautomation/global/system')
-rw-r--r-- | testautomation/global/system/includes/iniinfo.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testautomation/global/system/includes/iniinfo.inc b/testautomation/global/system/includes/iniinfo.inc index 4f32125ec07f..1d5953bae614 100644 --- a/testautomation/global/system/includes/iniinfo.inc +++ b/testautomation/global/system/includes/iniinfo.inc @@ -218,6 +218,8 @@ function hGetPathSigne(sPlatform as string) as string '/// <u>Input</u>: string of class gPlatform '/// <u>Output</u>: string which can be used as seperator in directories + printlog( " *** CALLED HGETPATHSIGNE *** " ) + select case sPlatform case "w95" : hGetPathSigne = "\" case "w98" : hGetPathSigne = "\" |