summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:40:59 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:44:07 +0200
commita688bb9c891ddf54b1a4bb14c9bfcc07dd350377 (patch)
tree7c8d54424d31e43ed3d1fd61d92504a325dbf405 /offapi
parentec3a14ba93ba0be49170afa979f299bbf9e24300 (diff)
Fix typos
Change-Id: Idc3a152435c979be97d19a8387bf9cbb66284b29 Reviewed-on: https://gerrit.libreoffice.org/77309 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ucb/NameClashResolveRequest.idl2
-rw-r--r--offapi/com/sun/star/ucb/WebDAVFolderContent.idl2
-rw-r--r--offapi/com/sun/star/ucb/XDynamicResultSet.idl6
-rw-r--r--offapi/com/sun/star/ucb/XParameterizedContentProvider.idl2
-rw-r--r--offapi/com/sun/star/ucb/XSourceInitialization.idl4
-rw-r--r--offapi/com/sun/star/ui/ActionTriggerContainer.idl2
-rw-r--r--offapi/com/sun/star/ui/ItemStyle.idl2
-rw-r--r--offapi/com/sun/star/ui/UIElementSettings.idl2
-rw-r--r--offapi/com/sun/star/ui/XAcceleratorConfiguration.idl4
9 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/ucb/NameClashResolveRequest.idl b/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
index f6d00349ab0f..cb9893f7f540 100644
--- a/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
+++ b/offapi/com/sun/star/ucb/NameClashResolveRequest.idl
@@ -53,7 +53,7 @@ published exception NameClashResolveRequest : com::sun::star::task::ClassifiedIn
*/
string ClashingName;
- /** contains a proposal for a new new, non-clashing name.
+ /** contains a proposal for a new, non-clashing name.
<p>This field may be left empty if the implementation is not able
to suggest a new name.
*/
diff --git a/offapi/com/sun/star/ucb/WebDAVFolderContent.idl b/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
index 0c762a61a26d..78cd31d48c5e 100644
--- a/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
+++ b/offapi/com/sun/star/ucb/WebDAVFolderContent.idl
@@ -177,7 +177,7 @@ published service WebDAVFolderContent
Let the new child ( not the parent! ) execute the command "insert".
This will commit the creation process and persist the newly created
content on the server. For documents, you need to supply the
- implementation of an com::sun::star::io::XInputStream
+ implementation of a com::sun::star::io::XInputStream
with the command's parameters, that provides access to the stream data.
</li>
</ol>
diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
index f76f941b7f9a..f84b81235fa2 100644
--- a/offapi/com/sun/star/ucb/XDynamicResultSet.idl
+++ b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module ucb {
<p>
You can either get a simple static ContentResultSet or you can
- listen to change-notifications and than swap from the old to a new
+ listen to change-notifications and then swap from the old to a new
ContentResultSet.
</p>
@@ -85,7 +85,7 @@ module com { module sun { module star { module ucb {
<ol>
<li> The listener is allowed to access the new
ContentResultSet. The new one is first assigned in the
- WELCOME-event and than the ResultSets are always swapped.</li>
+ WELCOME-event and then the ResultSets are always swapped.</li>
<li> The listener is not allowed to access the old
ContentResultSet.</li>
</ol>
@@ -96,7 +96,7 @@ published interface XDynamicResultSet: com::sun::star::lang::XComponent
/** Call this, if you don't care about any changes.
@returns
- an com::sun::star::sdbc::XResultSet that is
+ a com::sun::star::sdbc::XResultSet that is
implemented as ContentResultSet. Its content will never
change.
diff --git a/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl b/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
index c03ca6db658d..f57d98367385 100644
--- a/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
+++ b/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl
@@ -38,7 +38,7 @@ published interface XParameterizedContentProvider: com::sun::star::uno::XInterfa
arguments.
@param Template A URL template. If the input is malformed or too
- complex, an com::sun::star::lang::IllegalArgumentException may be raised.
+ complex, a com::sun::star::lang::IllegalArgumentException may be raised.
@param Arguments Any supplementary arguments required by this
XContentProvider, represented as a single string. If the
diff --git a/offapi/com/sun/star/ucb/XSourceInitialization.idl b/offapi/com/sun/star/ucb/XSourceInitialization.idl
index c36794ab905b..c77c98845915 100644
--- a/offapi/com/sun/star/ucb/XSourceInitialization.idl
+++ b/offapi/com/sun/star/ucb/XSourceInitialization.idl
@@ -36,8 +36,8 @@ published interface XSourceInitialization: com::sun::star::uno::XInterface
be set as parameter.
<p>Hopefully you will only use this, when <var>Source</var>
- is an com::sun::star::lang::XComponent and this
- is an com::sun::star::lang::XEventListener.
+ is a com::sun::star::lang::XComponent and this
+ is a com::sun::star::lang::XEventListener.
Then you should call
com::sun::star::lang::XComponent::addEventListener()
from inside the implementation of this method.
diff --git a/offapi/com/sun/star/ui/ActionTriggerContainer.idl b/offapi/com/sun/star/ui/ActionTriggerContainer.idl
index 5a6e1990f3c6..b3c2d7df2634 100644
--- a/offapi/com/sun/star/ui/ActionTriggerContainer.idl
+++ b/offapi/com/sun/star/ui/ActionTriggerContainer.idl
@@ -60,7 +60,7 @@ published service ActionTriggerContainer
/** creates elements to be inserted into the container.
<p>Usually, the XMultiServiceFactory::getSupportedServiceNames()
- gives you a ActionTrigger and
+ gives you an ActionTrigger and
optionally ActionTriggerContainer and
ActionTriggerSeparator
diff --git a/offapi/com/sun/star/ui/ItemStyle.idl b/offapi/com/sun/star/ui/ItemStyle.idl
index 37495a490573..155cfe510b04 100644
--- a/offapi/com/sun/star/ui/ItemStyle.idl
+++ b/offapi/com/sun/star/ui/ItemStyle.idl
@@ -90,7 +90,7 @@ constants ItemStyle
*/
const short DRAW_FLAT = 12;
- /** specifies whether or not a item is displayed using an external function.
+ /** specifies whether or not an item is displayed using an external function.
<p>This style is only valid if the item describes a statusbar item.</p>
*/
const short OWNER_DRAW = 16;
diff --git a/offapi/com/sun/star/ui/UIElementSettings.idl b/offapi/com/sun/star/ui/UIElementSettings.idl
index 13a28903c978..dbe0b8c654f2 100644
--- a/offapi/com/sun/star/ui/UIElementSettings.idl
+++ b/offapi/com/sun/star/ui/UIElementSettings.idl
@@ -68,7 +68,7 @@ service UIElementSettings
/** determine an optional user interface name of the user interface element.
<p>
- A toolbar can show a its user interface name on the window title, when it is in floating mode.
+ A toolbar can show its user interface name on the window title, when it is in floating mode.
</p>
*/
[optional, property] string UIName;
diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
index 4853a83cf031..39d02b28d525 100644
--- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
+++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
@@ -154,7 +154,7 @@ published interface XAcceleratorConfiguration
<p>
It can be used to implement collision handling, if more than one
key event match to the same command. The returned list contains all
- possible key events - and the outside code can select an possible one.
+ possible key events - and the outside code can select a possible one.
Of course - mostly this list will contain only one key event ...
</p>
@@ -216,7 +216,7 @@ published interface XAcceleratorConfiguration
raises(com::sun::star::lang::IllegalArgumentException,
com::sun::star::container::NoSuchElementException);
- /** search for an key-command-binding inside this configuration set,
+ /** search for a key-command-binding inside this configuration set,
where the specified command is used.
<p>