X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=idl%2FHypertext.idl;h=383400bda53b2c9ba9be584370e8d405b80ccc03;hb=fd46827d0ef868929e7c255334b73adf2e305a85;hp=47b68b2796c03905ae2a545b78fcd07553c09088;hpb=d1ba54e00d59cc6d31a590bad0e79879a0316e31;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/idl/Hypertext.idl b/idl/Hypertext.idl index 47b68b2..383400b 100644 --- a/idl/Hypertext.idl +++ b/idl/Hypertext.idl @@ -24,9 +24,9 @@ module Accessibility { - interface Hypertext { - long getNLinks (); - Hyperlink getLink (in long linkIndex); - long getLinkIndex (in long characterIndex); + interface Hypertext : Text { + long getNLinks (); + Hyperlink getLink (in long linkIndex); + long getLinkIndex (in long characterIndex); }; };