diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl | 15 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/ControlCommand.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XAcceleratorConfiguration.idl | 2 |
3 files changed, 9 insertions, 10 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl index 5a6a2cac3064..067c529d62ff 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl @@ -28,10 +28,10 @@ module com { module sun { module star { module accessibility { /** Implement this interface to represent a hyperlink or a group of hyperlinks. - <p>Single hyperlinks correspond to simple <a href> tags. Groups - of hyperlinks are contained in client side image maps. Linked objects - and anchors are implementation dependent. This interface inherits the - XAccessibleAction interface. Especially that interface's + <p>Single hyperlinks correspond to simple <a href> tags. Groups + of hyperlinks are contained in client side image maps. Linked objects + and anchors are implementation dependent. This interface inherits the + XAccessibleAction interface. Especially that interface's XAccessibleAction::getActionCount() method is needed to obtain a maximum value for the indices passed to the XAccessibleHyperlink::getAccessibleActionAnchor() and @@ -40,8 +40,7 @@ module com { module sun { module star { module accessibility { <p>Furthermore, the object that implements this interface has to be connected implicitly or explicitly with an object that implements the - the XAccessibleText interface. The - XAccessibleHyperlink::getStartIndex() and + XAccessibleText interface. The XAccessibleHyperlink::getStartIndex() and XAccessibleHyperlink::getEndIndex() methods return indices with respect to the text exposed by that interface.</p> @@ -59,7 +58,7 @@ interface XAccessibleHyperlink : @param nIndex This index identifies the anchor when, as in the case of an image map, there is more than one link represented by this - object. The valid maximal index can be determined by calling + object. The valid maximal index can be determined by calling the XAccessibleAction::getActionCount() method. @return @@ -78,7 +77,7 @@ interface XAccessibleHyperlink : @param nIndex This index identifies the action object when, as in the case of an image map, there is more than one link represented by this - object. The valid maximal index can be determined by calling + object. The valid maximal index can be determined by calling the XAccessibleAction::getActionCount() method. @return diff --git a/offapi/com/sun/star/frame/ControlCommand.idl b/offapi/com/sun/star/frame/ControlCommand.idl index 375718694b62..c608e872e6c1 100644 --- a/offapi/com/sun/star/frame/ControlCommand.idl +++ b/offapi/com/sun/star/frame/ControlCommand.idl @@ -41,7 +41,7 @@ struct ControlCommand /** specifies a sequence of named values which are used as argument for the command. The number and type of arguments depend on the - the command and control. + command and control. */ sequence< com::sun::star::beans::NamedValue > Arguments; }; diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl index 591d3d5082d6..6aaf49b01619 100644 --- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl +++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module ui { <p> Note further:<br> All changes you made on this configuration access modify the - the configuration set inside memory only. You have to use + configuration set inside memory only. You have to use the com::sun::star::util::XFlushable interface (which must be available at the same implementation object too), to make it persistent. |