You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/15 01:25:27 UTC

svn commit: r1409615 - /incubator/ooo/branches/gbuild/main/testautomation/graphics/tools/id_tools.inc

Author: arist
Date: Thu Nov 15 00:25:26 2012
New Revision: 1409615

URL: http://svn.apache.org/viewvc?rev=1409615&view=rev
Log:
sd2gbuild_7_56c5087951af.patch
# HG changeset patch
# User Wolfram Garten [wg] <Wo...@oracle.com>
# Date 1299058493 -3600
# Node ID 56c5087951af1cc2f8f546d6b4c48173135486e9
# Parent  72f2ebdf750ad837dddbc402111dc0f8d520c119
Bug 117171 -  [Automation]:Separating keyboard input in id_tools.inc


Modified:
    incubator/ooo/branches/gbuild/main/testautomation/graphics/tools/id_tools.inc

Modified: incubator/ooo/branches/gbuild/main/testautomation/graphics/tools/id_tools.inc
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/testautomation/graphics/tools/id_tools.inc?rev=1409615&r1=1409614&r2=1409615&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/testautomation/graphics/tools/id_tools.inc (original)
+++ incubator/ooo/branches/gbuild/main/testautomation/graphics/tools/id_tools.inc Thu Nov 15 00:25:26 2012
@@ -97,10 +97,10 @@ function LiberalMeasurement ( sShould$, 
             printlog "took units from http://gsl.openoffice.org/source/browse/gsl/vcl/source/src/units.src"
             select case GetMeasUnit(sShould$)
             case "mm", "ミリ", "公厘" : iTolerance = 2.0             '01, 81,     88
-            case "cm","センãƒ?","厘米","公分"  : iTolerance = 0.5       '01, 81, 86, 88
+            case "cm","セン�?","厘米","公分"  : iTolerance = 0.5       '01, 81, 86, 88
             case chr$(34) : iTolerance = 2.5
             case "pi","ピクセル" : iTolerance = 2.5                 '01, 81
-            case "pt",  "ãƒ?イント" : iTolerance = 2.5                '01, 81
+            case "pt",  "�?イント" : iTolerance = 2.5                '01, 81
             case "" : iTolerance = 1.5 ' cm is presubposition in old functions
             case else
                 iTolerance = 2.5
@@ -1117,7 +1117,8 @@ function CreateTextSetEffectAndAngle
         TabEntrance.OK
     end if
     kontext "tasks"
-    EffectStart.TypeKeys "<HOME><DOWN>" 'Select the second entry.
+    EffectStart.TypeKeys "<HOME>", true
+    EffectStart.TypeKeys "<DOWN>", true 'Select the second entry.
 
     kontext "DocumentImpress"
     FormatPositionAndSize