summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/document/XGraphicObjectResolver.idl2
-rw-r--r--offapi/com/sun/star/form/validation/ValidatableControlModel.idl2
-rw-r--r--offapi/com/sun/star/ucb/ListEvent.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/document/XGraphicObjectResolver.idl b/offapi/com/sun/star/document/XGraphicObjectResolver.idl
index ea8f5ea270b7..2296a0c2c6cb 100644
--- a/offapi/com/sun/star/document/XGraphicObjectResolver.idl
+++ b/offapi/com/sun/star/document/XGraphicObjectResolver.idl
@@ -36,7 +36,7 @@ published interface XGraphicObjectResolver: com::sun::star::uno::XInterface
/** converts the given URL from the source URL namespace to the destination
URL space of this instance.
- @deprecated since LibreOffice 6.1 - throws an RuntimeException if called
+ @deprecated since LibreOffice 6.1 - throws a RuntimeException if called
*/
string resolveGraphicObjectURL( [in] string aURL );
};
diff --git a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
index 7af85a9282b5..cf5591e09bbb 100644
--- a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
+++ b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl
@@ -49,7 +49,7 @@ service ValidatableControlModel
/** enables support for validating the value of the control model
- <p>Setting an retrieving the current validator of the control model is
+ <p>Setting and retrieving the current validator of the control model is
possible via the XValidatable interface (which
XValidatableFormComponent is derived from).</p>
diff --git a/offapi/com/sun/star/ucb/ListEvent.idl b/offapi/com/sun/star/ucb/ListEvent.idl
index 3f465515c09f..84a4f663b5a9 100644
--- a/offapi/com/sun/star/ucb/ListEvent.idl
+++ b/offapi/com/sun/star/ucb/ListEvent.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module ucb {
published struct ListEvent: com::sun::star::lang::EventObject
{
/** If you apply the given ListActions one after the other
- to the old version of an result set in given order, you will get the
+ to the old version of a result set in given order, you will get the
positions in the new version.
*/
sequence<ListAction> Changes;