summaryrefslogtreecommitdiff
path: root/testautomation/writer/tools/includes/w_tool7.inc
diff options
context:
space:
mode:
authorfredrikh <fredrikh@openoffice.org>2008-06-18 08:03:05 +0000
committerfredrikh <fredrikh@openoffice.org>2008-06-18 08:03:05 +0000
commit139b33bfdfca149045562f73bfa6fa3e09affd35 (patch)
treecc4a4e3deb4c3a8908b47829928bfcb01465d82d /testautomation/writer/tools/includes/w_tool7.inc
parente1cf89a91bcc7bb6c72a817d8965ed15c25d3a73 (diff)
correcting comment.
Diffstat (limited to 'testautomation/writer/tools/includes/w_tool7.inc')
-rw-r--r--testautomation/writer/tools/includes/w_tool7.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/testautomation/writer/tools/includes/w_tool7.inc b/testautomation/writer/tools/includes/w_tool7.inc
index 36873e8ca768..fb961aca444b 100644
--- a/testautomation/writer/tools/includes/w_tool7.inc
+++ b/testautomation/writer/tools/includes/w_tool7.inc
@@ -8,9 +8,9 @@
'*
'* $RCSfile: w_tool7.inc,v $
'*
-'* $Revision: 1.1 $
+'* $Revision: 1.2 $
'*
-'* last change: $Author: fredrikh $ $Date: 2008-06-18 08:36:09 $
+'* last change: $Author: fredrikh $ $Date: 2008-06-18 09:03:05 $
'*
'* This file is part of OpenOffice.org.
'*
@@ -226,7 +226,7 @@ function fGetType(sType as String) as String
case "Statistics"
select case iSprache
case 1: fGetType = "Statistics"
- case 7: fGetType = "Статистика"
+ case 7: fGetType = "Статистика"
case 31: fGetType = "Statistiek"
case 33: fGetType = "Statistiques"
case 34: fGetType = "Estadística"
@@ -447,7 +447,7 @@ end function
function fConvertBacklashToSlash (sTest) as String
'/// convert all \ to / , return the string with /
- '///+ eg, \tmp\test\levle1\inc\ ==> /tmp/test/level1/inc/
+ '///+ eg, \tmp\test\optional\includes\ ==> /tmp/test/optional/includes/
Dim i as Integer
Dim s1$ : Dim s2$ : Dim s3$