From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- offapi/com/sun/star/configuration/ConfigurationRegistry.idl | 2 +- offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl | 2 +- offapi/com/sun/star/document/FilterFactory.idl | 4 ++-- offapi/com/sun/star/embed/FileSystemStorage.idl | 4 ++-- offapi/com/sun/star/embed/StorageStream.idl | 2 +- offapi/com/sun/star/embed/XCommonEmbedPersist.idl | 2 +- offapi/com/sun/star/embed/XStorage.idl | 6 +++--- offapi/com/sun/star/form/DataAwareControlModel.idl | 4 ++-- offapi/com/sun/star/form/binding/XValueBinding.idl | 2 +- offapi/com/sun/star/form/component/CheckBox.idl | 2 +- offapi/com/sun/star/form/component/ComboBox.idl | 2 +- offapi/com/sun/star/form/component/CurrencyField.idl | 2 +- offapi/com/sun/star/form/component/DataForm.idl | 2 +- offapi/com/sun/star/form/component/FileControl.idl | 2 +- offapi/com/sun/star/form/component/FormattedField.idl | 2 +- offapi/com/sun/star/form/component/ListBox.idl | 2 +- offapi/com/sun/star/form/component/NumericField.idl | 2 +- offapi/com/sun/star/form/component/PatternField.idl | 2 +- offapi/com/sun/star/form/component/RadioButton.idl | 2 +- offapi/com/sun/star/form/component/TextField.idl | 2 +- offapi/com/sun/star/form/control/InteractionGridControl.idl | 2 +- offapi/com/sun/star/form/validation/ValidatableControlModel.idl | 2 +- offapi/com/sun/star/frame/SessionListener.idl | 2 +- offapi/com/sun/star/frame/XModule.idl | 2 +- offapi/com/sun/star/linguistic2/DictionaryListEvent.idl | 2 +- offapi/com/sun/star/rendering/XGraphicDevice.idl | 2 +- offapi/com/sun/star/sdb/ContentLoader.idl | 2 +- offapi/com/sun/star/sdb/ReportDesign.idl | 2 +- offapi/com/sun/star/sdb/RowSet.idl | 4 ++-- offapi/com/sun/star/sdbcx/ResultSet.idl | 2 +- offapi/com/sun/star/sdbcx/ViewDescriptor.idl | 2 +- offapi/com/sun/star/setup/UpdateCheckConfig.idl | 2 +- offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl | 2 +- offapi/com/sun/star/ui/theWindowContentFactoryManager.idl | 2 +- 34 files changed, 40 insertions(+), 40 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl index 2af0ad811634..3c5adf80a400 100644 --- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl +++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module configuration {

Thus anybody using this service is strongly advised to read and understand the specification of an configuration provider (com.sun.star.configuration::ConfigurationProvider) - and all of it's aspects. + and all of its aspects.

@author Frank Schoenheit diff --git a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl index 0c9d7cdf07be..8d01e4f94bfb 100644 --- a/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl +++ b/offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl @@ -43,7 +43,7 @@ published service ExtendedTypeDetectionFactory

A detection component must be specified by its UNO implementation name and will be crated then. - Every new created component can be initialized with it's own configuration data + Every new created component can be initialized with its own configuration data and may given optional arguments of the corresponding createInstanceWithArguments() request. To do so the service must support the optional interface com::sun::star::lang::XInitialization. The arguments parameter will have the following structure: diff --git a/offapi/com/sun/star/document/FilterFactory.idl b/offapi/com/sun/star/document/FilterFactory.idl index 3fff37b7176c..df7f35c60526 100644 --- a/offapi/com/sun/star/document/FilterFactory.idl +++ b/offapi/com/sun/star/document/FilterFactory.idl @@ -76,7 +76,7 @@ published service FilterFactory Proposed behavior

Searching of a suitable filter for a given internal type name, must be done by the new interface com::sun::star::container::XContainerQuery, available on this factory too. - The factory interface can be used to create filter components by it's internal filter name only. + The factory interface can be used to create filter components by its internal filter name only.

@@ -89,7 +89,7 @@ published service FilterFactory

Initialization of a filter component

- Every filter, which was created by this factory can(!) be initialized with it's own configuration data + Every filter, which was created by this factory can(!) be initialized with its own configuration data and may given optional arguments of the corresponding createInstanceWithArguments() request. To do so the filter instance must support the optional interface com::sun::star::lang::XInitialization. The arguments parameter will have the following structure: diff --git a/offapi/com/sun/star/embed/FileSystemStorage.idl b/offapi/com/sun/star/embed/FileSystemStorage.idl index b4b875ae6650..66dece34e4de 100644 --- a/offapi/com/sun/star/embed/FileSystemStorage.idl +++ b/offapi/com/sun/star/embed/FileSystemStorage.idl @@ -66,14 +66,14 @@ published service FileSystemStorage

XStorage::copyLastCommitTo()
Since this service implementation supports no transaction - this method just creates a copy of the storage in it's + this method just creates a copy of the storage in its current state.
XStorage::copyStorageElementLastCommitTo()
Since this service implementation supports no transaction - this method just creates a copy of the storage in it's + this method just creates a copy of the storage in its current state.
diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl index 6ebcf2e6269d..cb90b6a08496 100644 --- a/offapi/com/sun/star/embed/StorageStream.idl +++ b/offapi/com/sun/star/embed/StorageStream.idl @@ -94,7 +94,7 @@ published service StorageStream

- In case a stream is disposed any call to it's methods should result in + In case a stream is disposed any call to its methods should result in com::sun::star::lang::DisposedException.

*/ diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl index 74333f6165cf..29612596f749 100644 --- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl @@ -65,7 +65,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface /** lets the object or the link reload itself.

- If the object has persistence it will be reloaded from it's persistent + If the object has persistence it will be reloaded from its persistent entry.

diff --git a/offapi/com/sun/star/embed/XStorage.idl b/offapi/com/sun/star/embed/XStorage.idl index 7800d0a987e0..8821f60a8592 100644 --- a/offapi/com/sun/star/embed/XStorage.idl +++ b/offapi/com/sun/star/embed/XStorage.idl @@ -59,7 +59,7 @@ published interface XStorage /** allows to control and track lifetime of the storage.

- In case a storage is disposed any call to it's methods should result + In case a storage is disposed any call to its methods should result in com::sun::star::lang::DisposedException.

*/ @@ -311,7 +311,7 @@ published interface XStorage ::com::sun::star::io::IOException, ::com::sun::star::embed::StorageWrappedTargetException ); - /** allows to get copy of this storage at the state of it's last commit. + /** allows to get copy of this storage at the state of its last commit.

This method makes sense only for services implementations that allow @@ -340,7 +340,7 @@ published interface XStorage ::com::sun::star::io::IOException, ::com::sun::star::embed::StorageWrappedTargetException ); - /** allows to get copy of a child storage at the state of it's last commit. + /** allows to get copy of a child storage at the state of its last commit.

This method makes sense only for services implementations that allow diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl index bb1e09f49b99..d2d40017ff49 100644 --- a/offapi/com/sun/star/form/DataAwareControlModel.idl +++ b/offapi/com/sun/star/form/DataAwareControlModel.idl @@ -69,9 +69,9 @@ published service DataAwareControlModel

In the context of a control model which is data-aware, the semantics of default value (see XReset) is as follows:
- If (and only if) the control is valid bound to a column of it's com::sun::star::form::component::DataForm, and the form + If (and only if) the control is valid bound to a column of its com::sun::star::form::component::DataForm, and the form is not positioned on a new record (see com::sun::star::sdb::RowSet::IsNew), then - XReset::reset() does not reset the model's value to it's default value, but uses the + XReset::reset() does not reset the model's value to its default value, but uses the underlying column value.
In all other cases, the model is reset to the default value as specified by the respective property.

diff --git a/offapi/com/sun/star/form/binding/XValueBinding.idl b/offapi/com/sun/star/form/binding/XValueBinding.idl index e3c1276f1897..2a6a4d1b6c94 100644 --- a/offapi/com/sun/star/form/binding/XValueBinding.idl +++ b/offapi/com/sun/star/form/binding/XValueBinding.idl @@ -68,7 +68,7 @@ interface XValueBinding : com::sun::star::uno::XInterface fully operational. Possible reasons for this include the binding being readonly, or the target of the binding not being present. @throws com::sun::star::lang::NoSupportException - if the binding in general does not support write access to it's binding + if the binding in general does not support write access to its binding @see getSupportedValueTypes @see supportsType diff --git a/offapi/com/sun/star/form/component/CheckBox.idl b/offapi/com/sun/star/form/component/CheckBox.idl index 57acd34180e6..b793bc4f0f01 100644 --- a/offapi/com/sun/star/form/component/CheckBox.idl +++ b/offapi/com/sun/star/form/component/CheckBox.idl @@ -39,7 +39,7 @@ published service CheckBox service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default state. + /** can be used to reset the control to its default state. @see CheckBox::DefaultState */ diff --git a/offapi/com/sun/star/form/component/ComboBox.idl b/offapi/com/sun/star/form/component/ComboBox.idl index 1a7f03b4f213..33c4e5e9db8c 100644 --- a/offapi/com/sun/star/form/component/ComboBox.idl +++ b/offapi/com/sun/star/form/component/ComboBox.idl @@ -39,7 +39,7 @@ published service ComboBox service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default text. + /** can be used to reset the control to its default text. @see ComboBox::DefaultText */ diff --git a/offapi/com/sun/star/form/component/CurrencyField.idl b/offapi/com/sun/star/form/component/CurrencyField.idl index 9c4fbde41c59..a5c35ae09cb9 100644 --- a/offapi/com/sun/star/form/component/CurrencyField.idl +++ b/offapi/com/sun/star/form/component/CurrencyField.idl @@ -39,7 +39,7 @@ published service CurrencyField service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default state. + /** can be used to reset the control to its default state. @see CurrencyField::DefaultValue */ diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl index 18afb4463493..c3aa6e5ccecb 100644 --- a/offapi/com/sun/star/form/component/DataForm.idl +++ b/offapi/com/sun/star/form/component/DataForm.idl @@ -99,7 +99,7 @@ published service DataForm

You can add your component as com::sun::star::form::XDatabaseParameterListener to a form to get notified whenever the form needs parameter values to be filled in
- In a first approach, the form tries to fill any parameters from it's master-detail relation + In a first approach, the form tries to fill any parameters from its master-detail relation (if any). All values which can't be filled are then passed to all listeners, which can fill them by their own choice.

diff --git a/offapi/com/sun/star/form/component/FileControl.idl b/offapi/com/sun/star/form/component/FileControl.idl index 31d8ffa33048..0e5c977f83b8 100644 --- a/offapi/com/sun/star/form/component/FileControl.idl +++ b/offapi/com/sun/star/form/component/FileControl.idl @@ -38,7 +38,7 @@ published service FileControl service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default text. + /** can be used to reset the control to its default text. @see FileControl::DefaultText */ diff --git a/offapi/com/sun/star/form/component/FormattedField.idl b/offapi/com/sun/star/form/component/FormattedField.idl index 9d4439b07ffe..fd9817667f8b 100644 --- a/offapi/com/sun/star/form/component/FormattedField.idl +++ b/offapi/com/sun/star/form/component/FormattedField.idl @@ -41,7 +41,7 @@ published service FormattedField service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default state. + /** can be used to reset the control to its default state. @see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveValue @see com::sun::star::awt::UnoControlFormattedFieldModel::EffectiveDefault diff --git a/offapi/com/sun/star/form/component/ListBox.idl b/offapi/com/sun/star/form/component/ListBox.idl index e1efae6552b1..48f754435e70 100644 --- a/offapi/com/sun/star/form/component/ListBox.idl +++ b/offapi/com/sun/star/form/component/ListBox.idl @@ -38,7 +38,7 @@ published service ListBox service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default state. + /** can be used to reset the control to its default state. @see ListBox::DefaultSelection */ diff --git a/offapi/com/sun/star/form/component/NumericField.idl b/offapi/com/sun/star/form/component/NumericField.idl index a9d442547125..dac2ae6a6b06 100644 --- a/offapi/com/sun/star/form/component/NumericField.idl +++ b/offapi/com/sun/star/form/component/NumericField.idl @@ -38,7 +38,7 @@ published service NumericField service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default value. + /** can be used to reset the control to its default value. @see NumericField::DefaultValue */ diff --git a/offapi/com/sun/star/form/component/PatternField.idl b/offapi/com/sun/star/form/component/PatternField.idl index 91a79b5c4029..b9083c552dfd 100644 --- a/offapi/com/sun/star/form/component/PatternField.idl +++ b/offapi/com/sun/star/form/component/PatternField.idl @@ -38,7 +38,7 @@ published service PatternField service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default text. + /** can be used to reset the control to its default text. @see PatternField::DefaultText */ diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl index b99bffb04fed..664221d2b227 100644 --- a/offapi/com/sun/star/form/component/RadioButton.idl +++ b/offapi/com/sun/star/form/component/RadioButton.idl @@ -46,7 +46,7 @@ published service RadioButton service com::sun::star::form::FormControlModel; - /** can be used to reset the control to it's default text. + /** can be used to reset the control to its default text. @see RadioButton::DefaultState */ diff --git a/offapi/com/sun/star/form/component/TextField.idl b/offapi/com/sun/star/form/component/TextField.idl index f641d55a05ec..733edc45d861 100644 --- a/offapi/com/sun/star/form/component/TextField.idl +++ b/offapi/com/sun/star/form/component/TextField.idl @@ -46,7 +46,7 @@ published service TextField */ [optional] service RichTextControl; - /** can be used to reset the control to it's default text. + /** can be used to reset the control to its default text. @see TextField::DefaultText */ diff --git a/offapi/com/sun/star/form/control/InteractionGridControl.idl b/offapi/com/sun/star/form/control/InteractionGridControl.idl index f8daf141b9de..8b56d599098a 100644 --- a/offapi/com/sun/star/form/control/InteractionGridControl.idl +++ b/offapi/com/sun/star/form/control/InteractionGridControl.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module form { module control { -/** is an extended grid control, which allows the user to customize some of it's user interface's aspects. +/** is an extended grid control, which allows the user to customize some of its user interface's aspects. */ published service InteractionGridControl { diff --git a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl index 1ebe7eb31ba1..3865ff951328 100644 --- a/offapi/com/sun/star/form/validation/ValidatableControlModel.idl +++ b/offapi/com/sun/star/form/validation/ValidatableControlModel.idl @@ -67,7 +67,7 @@ service ValidatableControlModel

As soon as a validator is set via XValidatable::setValidator(), the validatable control model registers itself as listener. If the validity constraint of the validator changes, the ValidatableControlModel re-validates its current valid, and - broadcasts any resuling changes to all its XFormComponentValidityListener, if + broadcasts any resulting changes to all its XFormComponentValidityListener, if necessary.

*/ interface XValidityConstraintListener; diff --git a/offapi/com/sun/star/frame/SessionListener.idl b/offapi/com/sun/star/frame/SessionListener.idl index 5e4d15f3e091..d33859fd8cbc 100644 --- a/offapi/com/sun/star/frame/SessionListener.idl +++ b/offapi/com/sun/star/frame/SessionListener.idl @@ -27,7 +27,7 @@ /** - This was created from it's sole place of use, so it might be incomplete. + This was created from its sole place of use, so it might be incomplete. @since LibreOffice 4.1 */ diff --git a/offapi/com/sun/star/frame/XModule.idl b/offapi/com/sun/star/frame/XModule.idl index bc31b6d4ba64..978332fb0f7e 100644 --- a/offapi/com/sun/star/frame/XModule.idl +++ b/offapi/com/sun/star/frame/XModule.idl @@ -30,7 +30,7 @@ module com { module sun { module star { module frame { /** can be used to overrule identification of office modules.

- Normally an office module will be identified by it's service name + Normally an office module will be identified by its service name in combination with a set of configuration data. But sometimes whole existing office modules will be used as black box components to implement a different office module on top of it. Patching a service name diff --git a/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl b/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl index ab8c9f614e03..fa455371a656 100644 --- a/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl +++ b/offapi/com/sun/star/linguistic2/DictionaryListEvent.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module linguistic2 {

This structure is used by the dictionary-list to inform its listeners about certain events. Since the dictionary-list is able to collect several single - events before broadcasting them to it's listeners the + events before broadcasting them to its listeners the integer argument may be a combination (logical or) of several event types. If more specific information about the events is requested by a diff --git a/offapi/com/sun/star/rendering/XGraphicDevice.idl b/offapi/com/sun/star/rendering/XGraphicDevice.idl index a21b2dea9bc1..f3b37a2fe393 100644 --- a/offapi/com/sun/star/rendering/XGraphicDevice.idl +++ b/offapi/com/sun/star/rendering/XGraphicDevice.idl @@ -45,7 +45,7 @@ interface XBufferController; rendered. For a typical windowing system, the graphic device is equivalent - to a distinct OS window, with it's own clipped output area, + to a distinct OS window, with its own clipped output area, fullscreen and double-buffering attributes. That is, even if one can have multiple canvases per system window, they all share the same graphic device and thus e.g. fullscreen state. If the OS diff --git a/offapi/com/sun/star/sdb/ContentLoader.idl b/offapi/com/sun/star/sdb/ContentLoader.idl index 51ab799a8e39..85cb69e66f9d 100644 --- a/offapi/com/sun/star/sdb/ContentLoader.idl +++ b/offapi/com/sun/star/sdb/ContentLoader.idl @@ -79,7 +79,7 @@ published service ContentLoader The parameters passed to the com::sun::star::frame::XFrameLoader::load() are forwarded to the object being created, - in particular to it's + in particular to its com::sun::star::lang::XInitialization interface. **/ diff --git a/offapi/com/sun/star/sdb/ReportDesign.idl b/offapi/com/sun/star/sdb/ReportDesign.idl index 65bad910ed0f..bf7426cf599b 100644 --- a/offapi/com/sun/star/sdb/ReportDesign.idl +++ b/offapi/com/sun/star/sdb/ReportDesign.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module sdb { /** - This interface could be incomplete since I derived it from it's sole place of use. + This interface could be incomplete since I derived it from its sole place of use. @since LibreOffice 4.1 */ diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl index f6b343f49ef0..02dd45e7ad1f 100644 --- a/offapi/com/sun/star/sdb/RowSet.idl +++ b/offapi/com/sun/star/sdb/RowSet.idl @@ -58,7 +58,7 @@ published interface XParametersSupplier;

Notifications

-

A row set is able to be operated in various ways, and additionally it notifies various changes in it's +

A row set is able to be operated in various ways, and additionally it notifies various changes in its state. Clients of this service can rely on a fixed order of notifications, depending on how they operate on the component.
The following describes the general order of all possible notifications which you can encounter when @@ -228,7 +228,7 @@ published service RowSet */ [optional] interface com::sun::star::sdbc::XResultSetUpdate; - /** is the interface for deleting more than one row, identified by it's bookmark. + /** is the interface for deleting more than one row, identified by its bookmark.

The optional support of this interface is already implied with the support of the com::sun::star::sdbcx::ResultSet service.

diff --git a/offapi/com/sun/star/sdbcx/ResultSet.idl b/offapi/com/sun/star/sdbcx/ResultSet.idl index 6cfde97a789f..cffdcff004fa 100644 --- a/offapi/com/sun/star/sdbcx/ResultSet.idl +++ b/offapi/com/sun/star/sdbcx/ResultSet.idl @@ -47,7 +47,7 @@ published service ResultSet interface XRowLocate; - /** is the interface for deleting more than one row, identified by it's bookmark. + /** is the interface for deleting more than one row, identified by its bookmark. The implementation is optional. */ [optional] interface XDeleteRows; diff --git a/offapi/com/sun/star/sdbcx/ViewDescriptor.idl b/offapi/com/sun/star/sdbcx/ViewDescriptor.idl index 0ccc5c5f3cfa..13ae38f2a781 100644 --- a/offapi/com/sun/star/sdbcx/ViewDescriptor.idl +++ b/offapi/com/sun/star/sdbcx/ViewDescriptor.idl @@ -42,7 +42,7 @@ published service ViewDescriptor [property] string SchemaName; - /** is the command for creating the view. After appending a view to it's + /** is the command for creating the view. After appending a view to its container, the command may be empty. This is typically a SQL Select-Statement. */ diff --git a/offapi/com/sun/star/setup/UpdateCheckConfig.idl b/offapi/com/sun/star/setup/UpdateCheckConfig.idl index d2354d820383..f8e29e4bddcc 100644 --- a/offapi/com/sun/star/setup/UpdateCheckConfig.idl +++ b/offapi/com/sun/star/setup/UpdateCheckConfig.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module setup { /** - This was created from it's places of use, so it may be incomplete. + This was created from its places of use, so it may be incomplete. @since LibreOffice 4.1 */ diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl index 44b44ee86f3b..62daab09f4d3 100644 --- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl +++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module ucb { /** is thrown by XCommandProcessor::execute() to indicate that the same command identifier was used for two threads. -

Each thread must use it's own command identifier, which must be obtained +

Each thread must use its own command identifier, which must be obtained using XCommandProcessor::createCommandIdentifier(). Command identifier 0, which indicates that the command shall never be aborted by a client, can be used by any thread. diff --git a/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl b/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl index 541c40eda820..334ecf7b8c87 100644 --- a/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl +++ b/offapi/com/sun/star/ui/theWindowContentFactoryManager.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module ui { /** - This interface could be incomplete since I derived it from it's sole place of use. + This interface could be incomplete since I derived it from its sole place of use. Prior to LibreOffice 4.3, this singleton was only available as a (single-instance) WindowContentFactoryManager service. -- cgit v1.2.3