diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-04-03 02:00:14 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-03 08:54:15 +0200 |
commit | 68dd147bd3eb33fc74590113e7082d00119e733e (patch) | |
tree | 0549875f0ea8b2ac73f4497cabe726a1812cb1ca /offapi | |
parent | fd33e13d758ec71389ba114360e4828a88ac4181 (diff) |
Fix typos
Change indefinite article "an" to "a" before
the word unique and some variants.
Change-Id: Ia14a6f3b9ec6b257ad8bed3b089faa9b6f07d44f
Reviewed-on: https://gerrit.libreoffice.org/70174
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl index 5ed9672ff115..189e358292c3 100644 --- a/offapi/com/sun/star/awt/XSimpleTabController.idl +++ b/offapi/com/sun/star/awt/XSimpleTabController.idl @@ -33,12 +33,12 @@ */ interface XSimpleTabController : com::sun::star::uno::XInterface { - /** create a new tab and return an unique ID, + /** create a new tab and return a unique ID, which can be used further to address this tab by using other methods of this interface. @return [long - an unique ID for this new tab. + a unique ID for this new tab. */ long insertTab(); diff --git a/offapi/com/sun/star/frame/XModuleManager2.idl b/offapi/com/sun/star/frame/XModuleManager2.idl index 268007d520e1..91e6ed6b489f 100644 --- a/offapi/com/sun/star/frame/XModuleManager2.idl +++ b/offapi/com/sun/star/frame/XModuleManager2.idl @@ -40,7 +40,7 @@ interface XModuleManager2 /** provides read access to the configuration of office modules. <p> - Every module is referenced by an unique service name + Every module is referenced by a unique service name (which is used inside configuration as set node name too) and is further represented by a sequence of elements of type com::sun::star::beans::PropertyValue. diff --git a/offapi/com/sun/star/smarttags/XSmartTagAction.idl b/offapi/com/sun/star/smarttags/XSmartTagAction.idl index cf0537d60be4..9a94844baab2 100644 --- a/offapi/com/sun/star/smarttags/XSmartTagAction.idl +++ b/offapi/com/sun/star/smarttags/XSmartTagAction.idl @@ -76,7 +76,7 @@ interface XSmartTagAction: com::sun::star::lang::XInitialization (exclusively). @return - an unique name of the smart tag type. Smart tag type + a unique name of the smart tag type. Smart tag type names are always in the format of namespaceURI#tagname. @throws com::sun::star::lang::IndexOutOfBoundsException diff --git a/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl b/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl index 38d9ad3c548e..f93a61749a1a 100644 --- a/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl +++ b/offapi/com/sun/star/text/XFlatParagraphIteratorProvider.idl @@ -27,7 +27,7 @@ //---------------------------------------Note---------------------------------- // allows for different iterators for grammar checking and smart tags, // interface must be implemented exactly once for each document since -// the interface pointer will be used to get an unique document id. +// the interface pointer will be used to get a unique document id. module com { module sun { module star { module text { |