Fix typos

Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a
Reviewed-on: https://gerrit.libreoffice.org/76463
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Andrea Gelmini
2019-07-27 00:39:11 +02:00
parent 5f5bfddf5f
commit 75c457a716
18 changed files with 22 additions and 22 deletions

View File

@@ -44,7 +44,7 @@ published interface XExactName: com::sun::star::uno::XInterface
{
/** @returns
the exact name for a given aprroximate name.
the exact name for a given approximate name.
<p>For example "getExactName" could be returned for "GETEXACTNAME"
when "GETEXACTNAME" was used by a case insensitive scripting language. </p>

View File

@@ -37,7 +37,7 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe
@param aEvent
contains a sequence of PropertyChangeEvent objects
which describe the event source and the properites that have
which describe the event source and the properties that have
changed.
*/
void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent );

View File

@@ -24,7 +24,7 @@ module com { module sun { module star { module bridge { module oleautomation
/** is the UNO representation of the Automation type <code>DATE</code>.
<p>
A <code>DATE</code> could actually be representd as`double` in
A <code>DATE</code> could actually be represented as `double` in
UNO and therefore a typedef from `double` to a date type would
do. But a typedef cannot be expressed in all language bindings. In the
case where no typedefs are supported the actual type is used. That is, a

View File

@@ -23,9 +23,9 @@
module com { module sun { module star { module bridge { module oleautomation {
/** contains a value that is used as argument in a &quot;property put&quot
operation on a Automation object.
operation on an Automation object.
<p>
If a Automation object is converted into a UNO object by a scripting
If an Automation object is converted into a UNO object by a scripting
bridge, such as
com::sun::star::bridge::oleautomation::BridgeSupplier,
then it is accessed through the

View File

@@ -27,7 +27,7 @@ module com { module sun { module star { module bridge { module oleautomation
/** a tagging interface for UNO objects which represent Automation
objects.
<p>
If a Automation object is bridged into the UNO environment, then
If an Automation object is bridged into the UNO environment, then
the resulting UNO object does not distinguish itself from any
other ordinary UNO object. However, it may be desirable to have
that distinction regardless, if a UNO client needs to take

View File

@@ -49,7 +49,7 @@ module com { module sun { module star { module container {
<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
only <em>non-isolated</em> enumerators. Again, it's up to the service to specify this. Requesting an
enumerator type which is not supported will generally result in an com::sun::star::lang::NoSupportException
enumerator type which is not supported will generally result in a com::sun::star::lang::NoSupportException
being thrown.</p>
*/
interface XEnumerableMap : XMap

View File

@@ -25,7 +25,7 @@
module com { module sun { module star { module io {
/** This service allows to wrap a sequence of bytes with a output stream object.
/** This service allows to wrap a sequence of bytes with an output stream object.
*/
service SequenceOutputStream : XSequenceOutputStream;

View File

@@ -58,7 +58,7 @@ published interface XInputStream: com::sun::star::uno::XInterface
<li> neither caller nor callee keep a second reference to the same
sequence.
<li> the sequence is pre-allocated with the requested number of bytes.
<li> the same sequence is reused (simply preallocationg a new
<li> the same sequence is reused (simply preallocating a new
sequence for every call bears no advantage).
<li> the call is not bridged (e.g., between different compilers
or different processes).

View File

@@ -25,7 +25,7 @@
module com { module sun { module star { module java {
/** indicates a the Java settings have been modified.
/** indicates the Java settings have been modified.
<p>The Java framework uses a configuration file, which can be used
by distributors to determine what versions are supported. If this

View File

@@ -125,7 +125,7 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
connection point container.
@throws ListenerExistException
if it is a unicast broadcaster and a listener is already set.
if it is an unicast broadcaster and a listener is already set.
@throws InvalidListenerException
if the listener does not supply the needed interfaces.

View File

@@ -25,7 +25,7 @@
module com { module sun { module star { module reflection {
/**
Reflects the &ldquo;published&rdquo; status of a UNOIDL entity.
Reflects the published status of a UNOIDL entity.
<p>This interface is intended to be supported by objects that also support
com::sun::star::reflection::XTypeDescription.
@@ -88,7 +88,7 @@ module com { module sun { module star { module reflection {
*/
interface XPublished {
/**
Returns the &ldquo;published&rdquo; status of a UNOIDL entity.
Returns the published status of an UNOIDL entity.
@return `TRUE` if the UNOIDL entity represented by this object is
published

View File

@@ -65,7 +65,7 @@
<dl>
<dt> <b>openKey</b>
</dt>
<dd> returns a virtual key which is specified in registy1 or registry2.
<dd> returns a virtual key which is specified in registry1 or registry2.
</dd>
<dt> <b>deleteKey</b>

View File

@@ -49,7 +49,7 @@ published enum RegistryValueType
/** the type of the key is LONGLIST.
*/
LONGLIST,
/** the type of the key is a ASCIILIST.
/** the type of the key is an ASCIILIST.
*/
ASCIILIST,
/** the type of the key is a STRINGLIST.

View File

@@ -210,7 +210,7 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XRegistryKey::getStringListValue
/** @returns
a sequence of unicode strings if the key contains an unicode string list value.
a sequence of unicode strings if the key contains a unicode string list value.
@throws InvalidRegistryException
if the registry is not open.

View File

@@ -42,7 +42,7 @@ published interface XTypeConverter: com::sun::star::uno::XInterface
{
/** Converts the value <code>aFrom</code> to the specified type
<code>xDestinationType</code>.
Throws an CannotConvertException if the conversion
Throws a CannotConvertException if the conversion
failed.
@param aFrom
source value
@@ -59,8 +59,8 @@ published interface XTypeConverter: com::sun::star::uno::XInterface
/** Converts the value <code>aFrom</code> to the specified simple type
<code>aDestinationType</code>.
Throws an CannotConvertException if the conversion
failed and an com::sun::star::lang::IllegalArgumentException
Throws a CannotConvertException if the conversion
failed and a com::sun::star::lang::IllegalArgumentException
if the destination
com::sun::star::uno::TypeClass is not simple,
e.g. not long or byte.

View File

@@ -36,7 +36,7 @@ published exception AccessControlException : com::sun::star::uno::SecurityExcept
@attention
If it is the case, that XAccessController::checkPermission() was called
passing a sequence< any >, i.e. a sequence of paermissions are demanded,
passing a sequence< any >, i.e. a sequence of permissions are demanded,
then this any holds the sequence of lacking permissions in the same
order as they were passed to XAccessController::checkPermission().
*/

View File

@@ -34,7 +34,7 @@ published interface XInteractionRequest: com::sun::star::uno::XInterface
/** Get information about the request itself.
@returns
an com::sun::star::uno::Exception, wrapped as an
a com::sun::star::uno::Exception, wrapped as an
`any`.
*/
any getRequest();

View File

@@ -51,7 +51,7 @@ published interface XInterface
The queryInterface() method is the entry point to obtain other interfaces which
are exported by the object. The caller asks the implementation of the object,
if it supports the interface specified by the type argument. The call may either
return with a interface reference of the requested type or with a void any.
return with an interface reference of the requested type or with a void any.
<p>
There are certain specifications, a queryInterface() implementation must not violate.