diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:49:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:06:38 +0200 |
commit | f1e146bb0bc9a8efebebde13772ca140680d5740 (patch) | |
tree | 0edee149d42ac221873fca210ac8bc5f22011e7c | |
parent | 9aa90b50c8906226bc480c1d228d3c6c1abd064f (diff) |
Fix typos
Change-Id: Ifd04d39366000c80f989e02d00f78c504fc57e93
Reviewed-on: https://gerrit.libreoffice.org/77317
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
8 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/configuration/SetElement.idl b/offapi/com/sun/star/configuration/SetElement.idl index c250bfb2a8e0..6260020d7c6d 100644 --- a/offapi/com/sun/star/configuration/SetElement.idl +++ b/offapi/com/sun/star/configuration/SetElement.idl @@ -126,7 +126,7 @@ published service SetElement returns `NULL`). </p> - <p>Clients may register an com::sun::star::lang::XEventListener + <p>Clients may register a com::sun::star::lang::XEventListener to be notified, if the object is removed from its container by an outside source. </p> */ diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl index 47fffd15c597..df735c63250f 100644 --- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl @@ -63,7 +63,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> <li>if invalid data is detected in the layer</li> - <li>if there is a unfinished subnode in progress</li> + <li>if there is an unfinished subnode in progress</li> <li>if no layer is started at all</li> <li>if the layer tries to override read-only or final data</li> </ul> diff --git a/offapi/com/sun/star/configuration/backend/XLayerImporter.idl b/offapi/com/sun/star/configuration/backend/XLayerImporter.idl index 91515e0284a1..793227684a54 100644 --- a/offapi/com/sun/star/configuration/backend/XLayerImporter.idl +++ b/offapi/com/sun/star/configuration/backend/XLayerImporter.idl @@ -98,7 +98,7 @@ published interface XLayerImporter : ::com::sun::star::uno::XInterface a layer whose data will be imported into the backend @param aEntity - a entity into whose data the layer will be imported + an entity into whose data the layer will be imported @throws com::sun::star::lang::NullPointerException if the layer passed is `NULL` or no backend is available. diff --git a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl index f210a87a930b..f3721f2fdb8b 100644 --- a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl @@ -59,7 +59,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> <li>if invalid data is detected in the schema</li> - <li>if there is a unfinished component or template in progress</li> + <li>if there is an unfinished component or template in progress</li> <li>if no schema is started at all</li> </ul> <p><em>Not every implementation can detect each condition</em></p> @@ -79,7 +79,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> - <li>if there is a unfinished component or template in progress</li> + <li>if there is an unfinished component or template in progress</li> <li>if no schema is started at all</li> <li>if the name is not a valid component name</li> <li>if the requested component is not found</li> @@ -105,7 +105,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> - <li>if there is a unfinished component or template in progress </li> + <li>if there is an unfinished component or template in progress </li> <li>if no schema is started at all </li> <li>if there already is a component data tree of this name</li> <li>if the name is not a valid component name</li> @@ -128,7 +128,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> <li>if invalid data is detected in the component<li> - <li>if there is a unfinished subnode in progress<li> + <li>if there is an unfinished subnode in progress<li> <li>if no component has been started at all<li> <li>if the instance supports no component schemas (only templates)<li> </ul> @@ -164,7 +164,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> - <li>if there is a unfinished component or template in progress</li> + <li>if there is an unfinished component or template in progress</li> <li>if no schema is started at all </li> <li>if there already is a template with that identifier</li> <li>if the name is not a valid template identifier </li> @@ -209,7 +209,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> - <li>if there is a unfinished component or template in progress</li> + <li>if there is an unfinished component or template in progress</li> <li>if no schema is started at all </li> <li>if there already is a template with that identifier</li> <li>if the item-type template is not found</li> @@ -239,7 +239,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> <li>if invalid data is detected in the template</li> - <li>if there is a unfinished subnode in progress</li> + <li>if there is an unfinished subnode in progress</li> <li>if no template has been started at all</li> <li>if the instance supports no templates (only component schemas)</li> </ul> @@ -344,7 +344,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface @throws com::sun::star::configuration::backend::MalformedDataException <ul> - <li>if the name is not a the name of the node in progress</li> + <li>if the name is not the name of the node in progress</li> <li>if invalid data is detected in the node</li> <li>if no node has been started at all</li> </ul> diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl index 30148be9b25b..5bff164372db 100644 --- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl +++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module configuration { module backend { published interface XUpdateHandler: ::com::sun::star::uno::XInterface { - /** receives notification that a update or description is started. + /** receives notification that an update or description is started. @throws com::sun::star::configuration::backend::MalformedDataException if the update already was started diff --git a/offapi/com/sun/star/deployment/XExtensionManager.idl b/offapi/com/sun/star/deployment/XExtensionManager.idl index 930c3188e0d1..f607e3bfadca 100644 --- a/offapi/com/sun/star/deployment/XExtensionManager.idl +++ b/offapi/com/sun/star/deployment/XExtensionManager.idl @@ -278,7 +278,7 @@ interface XExtensionManager Added extensions will be added to the database and removed extensions will be removed from the database. The active extensions are determined. That is, shared or bundled extensions - are not necessaryly registered (XPackage::registerPackage()). + are not necessarily registered (XPackage::registerPackage()). @return If true - then at least one extension was removed or added. Otherwise diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl index 120d6128b9c1..acb0280e29d0 100644 --- a/offapi/com/sun/star/document/FilterFactory.idl +++ b/offapi/com/sun/star/document/FilterFactory.idl @@ -81,9 +81,9 @@ published service FilterFactory <p> <strong>How it can be distinguished?</strong><p> - The new proposed implementation will throw an com::sun::star::container::NoSuchElementException + The new proposed implementation will throw a com::sun::star::container::NoSuchElementException if the first parameter of createInstance() or createInstanceWithArguments() does not match to a valid container (means - filter) item. Further it will throw an com::sun::star::lang::IllegalArgumentException if the optional + filter) item. Further it will throw a com::sun::star::lang::IllegalArgumentException if the optional parameter "FilterName" could not be detected inside the argument list of call createInstanceWithArguments(). </p> diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl index d96f00e94378..a6502f5fca6d 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameterType.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module drawing { -/** defines how a EnhancedCustomShapeParameter has to be interpreted +/** defines how an EnhancedCustomShapeParameter has to be interpreted */ constants EnhancedCustomShapeParameterType { @@ -32,7 +32,7 @@ constants EnhancedCustomShapeParameterType */ const short NORMAL = 0; - /** the value of the point component has to be interpreted as index to a Equation + /** the value of the point component has to be interpreted as index to an Equation */ const short EQUATION = 1; |