diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-05-04 13:40:12 +0800 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-05-04 10:33:01 +0200 |
commit | 9aad2b0d3d226b3c6ce61501f1f5efc0097fc429 (patch) | |
tree | d508bb666ad0d2eb737d644256c3fdd7e3fc0ada /testautomation | |
parent | e97bb36085684f4068c68163f25e61798a47db36 (diff) |
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 <yfjiang@novell.com> for testing.
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/global/win/bars.win | 4 |
1 files 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 |