From 9aad2b0d3d226b3c6ce61501f1f5efc0097fc429 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Wed, 4 May 2011 13:40:12 +0800 Subject: Click ellipse and rectangle icons using .uno.BasicShapes. The .uno.Ellipse and .uno.Rect object in Toolbar is not clickable now caused by the fix: http://cgit.freedesktop.org/libreoffice/impress/commit/ \ ?h=libreoffice-3-4&id=d31b6292b14546ac7b04b4f483b70f68b56412e6 Thanks Yifan Jiang for testing. --- testautomation/global/win/bars.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testautomation/global/win/bars.win b/testautomation/global/win/bars.win index 9bd0d252cd55..850baef4f598 100644 --- a/testautomation/global/win/bars.win +++ b/testautomation/global/win/bars.win @@ -1231,7 +1231,7 @@ DruckLayout .uno:PrintLayout Effekt .uno:EffectWindow Edit .uno:EditDoc Einfuegen .uno:InsertCtrl -Ellipsen .uno:Ellipse +Ellipsen .uno:BasicShapes.ellipse ExecuteBtn .uno:SbaExecuteSql Feldbefehle .uno:InsertFieldCtrl Filter .uno:DataFilterStandardFilter @@ -1271,7 +1271,7 @@ OnlineLayout .uno:BrowseView Paste .uno:Paste Praesentation .uno:Presentation PrintDefault .uno:PrintDefault -Rechteck .uno:Rect +Rechteck .uno:BasicShapes.rectangle Rechtschreibung .uno:Spelling RecSearch .uno:RecSearch RecSave .uno:RecSave -- cgit