diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2017-03-13 23:30:45 +0000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-19 05:43:51 +0000 |
commit | 7e24cedb9eaf68c2b95296bf6352f94e2a60532e (patch) | |
tree | 68d8e9540388fd02faa6312cd38a72e5b1736c31 /offapi | |
parent | de084e09cfbf646703c80fd84cebb5978e1ca940 (diff) |
fix typo/grammar: "the the" --> the
* also removing pointless ASCII art (tdf#62475)
* truncate ending whitespace in Doxyfile
Change-Id: I59b012f41ac0d170216229da85a49aa41689dee5
Reviewed-on: https://gerrit.libreoffice.org/35151
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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. |