[Libreoffice-commits] .: Branch 'libreoffice-3-4' - testautomation/global
Petr Mladek
pmladek at kemper.freedesktop.org
Wed May 4 01:33:22 PDT 2011
testautomation/global/win/bars.win | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b6b8bb2f3afb6cec8043494a33c66380bddb26c1
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed May 4 13:40:12 2011 +0800
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 at novell.com> for testing.
diff --git a/testautomation/global/win/bars.win b/testautomation/global/win/bars.win
index 9bd0d25..850baef 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
More information about the Libreoffice-commits
mailing list