From 06b9ea06ac93dd8dab13145813b4ac6f57ca7c78 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 5 Aug 2019 10:22:39 +0200 Subject: Fix typos Change-Id: I9caf2bebb69a891c64ded0f3b12ad1094ec87cbb Reviewed-on: https://gerrit.libreoffice.org/76968 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- offapi/com/sun/star/document/XDocumentRecovery.idl | 6 +++--- offapi/com/sun/star/document/XUndoManager.idl | 2 +- offapi/com/sun/star/embed/XOptimizedStorage.idl | 2 +- offapi/com/sun/star/image/ImageMap.idl | 2 +- offapi/com/sun/star/image/ImageMapObject.idl | 2 +- offapi/com/sun/star/inspection/PropertyControlType.idl | 2 +- offapi/com/sun/star/inspection/XObjectInspector.idl | 2 +- offapi/com/sun/star/linguistic2/XHyphenator.idl | 2 +- offapi/com/sun/star/mail/XMailMessage.idl | 6 +++--- offapi/com/sun/star/presentation/EffectPresetClass.idl | 2 +- offapi/com/sun/star/rendering/XSprite.idl | 2 +- offapi/com/sun/star/report/XImageControl.idl | 2 +- offapi/com/sun/star/script/XLibraryContainer2.idl | 2 +- offapi/com/sun/star/sdb/QueryDesign.idl | 2 +- offapi/com/sun/star/security/XCertificate.idl | 2 +- offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/document/XDocumentRecovery.idl b/offapi/com/sun/star/document/XDocumentRecovery.idl index a18e8dde800a..914a091b672b 100644 --- a/offapi/com/sun/star/document/XDocumentRecovery.idl +++ b/offapi/com/sun/star/document/XDocumentRecovery.idl @@ -38,7 +38,7 @@ interface XDocumentRecovery

If storeToRecoveryFile has not been called before, this method returns whether the document has been modified since it has been loaded respectively created.

-

When saving a session, either in case of a emergency (when OpenOffice.org crashed), or during a +

When saving a session, either in case of an emergency (when OpenOffice.org crashed), or during a periodic session save as configured by the user, storeToRecoveryFile() is called for every document where wasModifiedSinceLastSave returns `TRUE`.

@@ -62,7 +62,7 @@ interface XDocumentRecovery specifies the URL of the location to which the document should be emergency-saved. @param MediaDescriptor - contains additional arguments for the save process, for instance an StatusIndicator. + contains additional arguments for the save process, for instance a StatusIndicator. @see MediaDescriptor */ @@ -96,7 +96,7 @@ interface XDocumentRecovery then the file should be recovered from its original location. @param MediaDescriptor - contains additional arguments for the load process, for instance an StatusIndicator. + contains additional arguments for the load process, for instance a StatusIndicator. @see MediaDescriptor */ diff --git a/offapi/com/sun/star/document/XUndoManager.idl b/offapi/com/sun/star/document/XUndoManager.idl index 04f8b7ec80ab..9eb3d1d5cfb7 100644 --- a/offapi/com/sun/star/document/XUndoManager.idl +++ b/offapi/com/sun/star/document/XUndoManager.idl @@ -78,7 +78,7 @@ interface XUndoManager /** allows accessing the component, usually a document, which the undo manager works for.

com::sun::star::container::XChild::setParent() is not supported, and will throw - an com::sun::star::lang::NoSupportException.

+ a com::sun::star::lang::NoSupportException.

*/ interface ::com::sun::star::container::XChild; diff --git a/offapi/com/sun/star/embed/XOptimizedStorage.idl b/offapi/com/sun/star/embed/XOptimizedStorage.idl index cf354ef7db76..65d5de599d12 100644 --- a/offapi/com/sun/star/embed/XOptimizedStorage.idl +++ b/offapi/com/sun/star/embed/XOptimizedStorage.idl @@ -71,7 +71,7 @@ published interface XOptimizedStorage ::com::sun::star::io::IOException, ::com::sun::star::embed::StorageWrappedTargetException ); - /** allows to copy storage element directly, not guarantied to work. + /** allows to copy storage element directly, not guaranteed to work. */ void copyElementDirectlyTo( [in] string sSourceName, diff --git a/offapi/com/sun/star/image/ImageMap.idl b/offapi/com/sun/star/image/ImageMap.idl index 2d592d98f444..12685af7aeae 100644 --- a/offapi/com/sun/star/image/ImageMap.idl +++ b/offapi/com/sun/star/image/ImageMap.idl @@ -30,7 +30,7 @@ */ published service ImageMap { - /** a ImageMap can, optionally, have a name. */ + /** an ImageMap can, optionally, have a name. */ interface ::com::sun::star::container::XNamed; /** this container interface gives access to diff --git a/offapi/com/sun/star/image/ImageMapObject.idl b/offapi/com/sun/star/image/ImageMapObject.idl index 9d96b83d9820..8a9ea20dd221 100644 --- a/offapi/com/sun/star/image/ImageMapObject.idl +++ b/offapi/com/sun/star/image/ImageMapObject.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module image { -/** this is a base service for objects inside a image maps. +/** this is a base service for objects inside an image map. @see ImageMap @see ImageMapRectangleObject @see ImageMapCircleObject diff --git a/offapi/com/sun/star/inspection/PropertyControlType.idl b/offapi/com/sun/star/inspection/PropertyControlType.idl index 2954dd76de06..b5eb40952c2e 100644 --- a/offapi/com/sun/star/inspection/PropertyControlType.idl +++ b/offapi/com/sun/star/inspection/PropertyControlType.idl @@ -23,7 +23,7 @@ module com { module sun { module star { module inspection { /** describes pre-defined possible control types to be used to display and enter - property values within a ObjectInspector. + property values within an ObjectInspector.

The type of a control determines its visual appearance, its behavior, and - important for property handlers using a control - the expected type when reading and writing the diff --git a/offapi/com/sun/star/inspection/XObjectInspector.idl b/offapi/com/sun/star/inspection/XObjectInspector.idl index 6ec9169d9ca3..6d91b12f8cc4 100644 --- a/offapi/com/sun/star/inspection/XObjectInspector.idl +++ b/offapi/com/sun/star/inspection/XObjectInspector.idl @@ -37,7 +37,7 @@ interface XObjectInspectorUI; */ interface XObjectInspector { - /** allows to plug the inspector into an com::sun::star::frame::XFrame + /** allows to plug the inspector into a com::sun::star::frame::XFrame

The com::sun::star::frame::XController::setModel() method accepts only XObjectInspectorModels, and will return `FALSE` if the diff --git a/offapi/com/sun/star/linguistic2/XHyphenator.idl b/offapi/com/sun/star/linguistic2/XHyphenator.idl index 96d095f77dc7..e7bddcace2af 100644 --- a/offapi/com/sun/star/linguistic2/XHyphenator.idl +++ b/offapi/com/sun/star/linguistic2/XHyphenator.idl @@ -143,7 +143,7 @@ published interface XHyphenator : com::sun::star::linguistic2::XSupportedLocales /** returns information about all possible hyphenation positions of a word. @returns - an com::sun::star::linguistic2::XPossibleHyphens + a com::sun::star::linguistic2::XPossibleHyphens for the given word and language if there are any hyphenation positions. `NULL` otherwise. diff --git a/offapi/com/sun/star/mail/XMailMessage.idl b/offapi/com/sun/star/mail/XMailMessage.idl index 9dee0393b35f..e9c2d4c77cb6 100644 --- a/offapi/com/sun/star/mail/XMailMessage.idl +++ b/offapi/com/sun/star/mail/XMailMessage.idl @@ -54,7 +54,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface { [attribute] string ReplyToAddress; /** - Add an recipients e-mail address to the list of recipients of this mail message. + Add a recipients e-mail address to the list of recipients of this mail message. If the e-mail address doesn't conform to RFC 822 sending the mail message will fail. @@ -64,7 +64,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface { void addRecipient([in] string sRecipientAddress); /** - Add an Cc recipients e-mail address to the list of recipients of this mail message. + Add a Cc recipients e-mail address to the list of recipients of this mail message. If the e-mail address doesn't conform to RFC 822 sending the mail message will fail. @@ -74,7 +74,7 @@ interface XMailMessage: ::com::sun::star::uno::XInterface { void addCcRecipient([in] string sRecipientAddress); /** - Add an BCC recipients e-mail address to the list of recipients of this mail message. + Add a BCC recipients e-mail address to the list of recipients of this mail message. If the e-mail address doesn't conform to RFC 822 sending the mail message will fail. diff --git a/offapi/com/sun/star/presentation/EffectPresetClass.idl b/offapi/com/sun/star/presentation/EffectPresetClass.idl index ba7027c1a578..9ff0e1201a63 100644 --- a/offapi/com/sun/star/presentation/EffectPresetClass.idl +++ b/offapi/com/sun/star/presentation/EffectPresetClass.idl @@ -23,7 +23,7 @@ module com { module sun { module star { module presentation { -/** This constants defines a the class for a preset animation effect. +/** This constants defines the class for a preset animation effect.
This is stored with the name preset-class inside the ::com::sun::star::animations::XAnimationNode::UserData sequence. diff --git a/offapi/com/sun/star/rendering/XSprite.idl b/offapi/com/sun/star/rendering/XSprite.idl index 81dc07079ffb..3186fc1ff60e 100644 --- a/offapi/com/sun/star/rendering/XSprite.idl +++ b/offapi/com/sun/star/rendering/XSprite.idl @@ -64,7 +64,7 @@ interface XSprite : ::com::sun::star::uno::XInterface coordinates) of the rendered sprite content.

Please note that if this sprite is not animated, the - associated XSpriteCanva does not update changed sprites + associated XSpriteCanvas does not update changed sprites automatically, but has to be told to do so via XSpriteCanvas::updateScreen().

diff --git a/offapi/com/sun/star/report/XImageControl.idl b/offapi/com/sun/star/report/XImageControl.idl index 17be4a9e2368..6701aa86bc0b 100644 --- a/offapi/com/sun/star/report/XImageControl.idl +++ b/offapi/com/sun/star/report/XImageControl.idl @@ -29,7 +29,7 @@ interface XImageControl { interface XReportControlModel; - /** supplies the caller with an com::sun::star::awt::XImageProducer. + /** supplies the caller with a com::sun::star::awt::XImageProducer.

Other components can register as com::sun::star::awt::XImageConsumer at this producer. Then they will be notified of any change in the image to be displayed.

diff --git a/offapi/com/sun/star/script/XLibraryContainer2.idl b/offapi/com/sun/star/script/XLibraryContainer2.idl index 139ab02c46eb..1b0a9ac9e0d4 100644 --- a/offapi/com/sun/star/script/XLibraryContainer2.idl +++ b/offapi/com/sun/star/script/XLibraryContainer2.idl @@ -45,7 +45,7 @@ published interface XLibraryContainer2: com::sun::star::script::XLibraryContaine createLibraryLink in the StorageURL parameter. If the accessed library item exists but isn't a - link, a IllegalArgumentException is thrown + link, an IllegalArgumentException is thrown */ string getLibraryLinkURL( [in] string Name ) raises( com::sun::star::lang::IllegalArgumentException, diff --git a/offapi/com/sun/star/sdb/QueryDesign.idl b/offapi/com/sun/star/sdb/QueryDesign.idl index af75ff403333..2dd2fd6eb54d 100644 --- a/offapi/com/sun/star/sdb/QueryDesign.idl +++ b/offapi/com/sun/star/sdb/QueryDesign.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module sdb { initialization time:
  • Frame
    - has to be an com::sun::star::frame::XFrame interface specifying the frame to plug the + has to be a com::sun::star::frame::XFrame interface specifying the frame to plug the QueryDesign component into.
    This parameter is mandatory.
  • diff --git a/offapi/com/sun/star/security/XCertificate.idl b/offapi/com/sun/star/security/XCertificate.idl index e581e9af9543..7fd902738cab 100644 --- a/offapi/com/sun/star/security/XCertificate.idl +++ b/offapi/com/sun/star/security/XCertificate.idl @@ -117,7 +117,7 @@ interface XCertificate : com::sun::star::uno::XInterface [attribute, readonly] com::sun::star::security::CertificateKind CertificateKind; /** - * Find a extension with a object identifier. + * Find an extension with an object identifier. */ XCertificateExtension findCertificateExtension( [in]sequence< byte > oid ) ; diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl index 4362e3696958..248b02747696 100644 --- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl +++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl @@ -58,7 +58,7 @@ service AccessiblePageHeaderFooterAreasView

The following rules apply to the children order.

    -
  • The first is the left area, than the center area and the last +
  • The first is the left area, then the center area and the last is the right area.
  • The description is ???.
  • -- cgit