summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /udkapi
parent8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff)
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl4
-rw-r--r--udkapi/com/sun/star/bridge/UnoUrlResolver.idl2
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl2
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl2
-rw-r--r--udkapi/com/sun/star/reflection/ProxyFactory.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XIdlClass.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XProxyFactory.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl6
-rw-r--r--udkapi/com/sun/star/script/ArrayWrapper.idl2
-rw-r--r--udkapi/com/sun/star/uno/XAggregation.idl2
-rw-r--r--udkapi/com/sun/star/uno/XInterface.idl2
-rw-r--r--udkapi/com/sun/star/util/BootstrapMacroExpander.idl2
12 files changed, 15 insertions, 15 deletions
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
index bf485e540679..86c6a6397e39 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
@@ -28,14 +28,14 @@ module com { module sun { module star { module bridge {
/** maps UNO types to oleautomation types and vice versa.<p>
The XBridgeSupplier2 interface provides the function <code>createBridge</code> which
- maps a value of an UNO or Automation type to the desired target type. If an UNO interface
+ maps a value of a UNO or Automation type to the desired target type. If a UNO interface
was mapped to IDispatch, then all objects (interfaces, structs) and other
types which
are obtained from that Automation object are automatically mapped to the corresponding
Automation types. Hence, if one provides an initial object which forms the root of all
other objects, such as a service manager, then only that object needs to be explicitly
mapped by a call to <code>createBridge</code>. The same holds true if an automation
- object is mapped to an UNO interface.<br>
+ object is mapped to a UNO interface.<br>
<p>The Automation types <code>VT_CY</code> and <code>VT_DATE</code> are not supported.
For Automation objects to be mapped they have to implement IDispatch interface. Other
COM interfaces,
diff --git a/udkapi/com/sun/star/bridge/UnoUrlResolver.idl b/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
index aa9e674c49b5..4a1d72161d08 100644
--- a/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
+++ b/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
@@ -26,7 +26,7 @@ published interface XUnoUrlResolver;
/** provides the ability to access remote processes,
- resolving them by an UNO url.
+ resolving them by a UNO url.
<br>
*/
published service UnoUrlResolver: XUnoUrlResolver;
diff --git a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
index a9a1bedd0778..cfb82cbb129f 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module bridge { module oleautomation {
such as a service manager, then only that object needs to be explicitly
mapped by a call to
com::sun::star::bridge::XBridgeSupplier2::createBridge().
- The same holds true if an automation object is mapped to an UNO interface.
+ The same holds true if an automation object is mapped to a UNO interface.
</p>
<p>
For Automation objects to be mapped they have to implement
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 38b83aa3762e..2b3ce85610c8 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module lang {
/** allows to explicitly free resources and break cyclic references.
- <p>Actually the real lifetime of an UNO object is controlled by
+ <p>Actually the real lifetime of a UNO object is controlled by
references kept on interfaces of this object. But there are two
distinct meanings in keeping a reference to an interface:
1st to own the object and 2nd to know the object.
diff --git a/udkapi/com/sun/star/reflection/ProxyFactory.idl b/udkapi/com/sun/star/reflection/ProxyFactory.idl
index f69028203a92..f838eeb348e6 100644
--- a/udkapi/com/sun/star/reflection/ProxyFactory.idl
+++ b/udkapi/com/sun/star/reflection/ProxyFactory.idl
@@ -39,7 +39,7 @@
@deprecated
Aggregation will no longer be supported as a high-level concept of UNO.
- You may still have the option to implement an UNO object consisting of
+ You may still have the option to implement a UNO object consisting of
several single objects in your specific programming language, though this
depends on your programming language.
Thus this service is deprecated, too.
diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl
index 0495070522b3..d6c43861ed7b 100644
--- a/udkapi/com/sun/star/reflection/XIdlClass.idl
+++ b/udkapi/com/sun/star/reflection/XIdlClass.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module reflection {
published interface XIdlArray;
-/** Provides information reflecting an UNO type.
+/** Provides information reflecting a UNO type.
*/
published interface XIdlClass: com::sun::star::uno::XInterface
{
diff --git a/udkapi/com/sun/star/reflection/XProxyFactory.idl b/udkapi/com/sun/star/reflection/XProxyFactory.idl
index 0f9d95d0122e..2c8b57ead086 100644
--- a/udkapi/com/sun/star/reflection/XProxyFactory.idl
+++ b/udkapi/com/sun/star/reflection/XProxyFactory.idl
@@ -30,7 +30,7 @@
@deprecated
Aggregation will no longer be supported as a high-level concept of UNO.
- You may still have the option to implement an UNO object consisting of
+ You may still have the option to implement a UNO object consisting of
several single objects in your specific programming language, though this
depends on your programming language.
Thus this interface is deprecated, too.
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
index d0ccdc08af3b..6627c52d2dd4 100644
--- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
+++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
@@ -40,14 +40,14 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn
{
/** Creates an enumeration for type descriptions.
- <p>An enumeration is always created for an UNOIDL module. The
+ <p>An enumeration is always created for a UNOIDL module. The
enumeration contents can be restricted by specifying type classes.
Only types that match one of the supplied type classes will be part of
the collection. Additionally, it is possible to specify the depth
for the search within the underlying type description tree.
@param moduleName
- contains the name of an UNOIDL module. Modules are separated by a
+ contains the name of a UNOIDL module. Modules are separated by a
single '.' (i.e., "com.sun.star.reflection"). The root of the module
hierarchy is specified with an empty string. Module names are always
absolute, never relative.
@@ -145,7 +145,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn
@throws InvalidTypeNameException
in case that the given module name does exist, but does not specify
- an UNOIDL module. This exception will never be thrown in case
+ a UNOIDL module. This exception will never be thrown in case
moduleName is the empty string.
*/
XTypeDescriptionEnumeration
diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl b/udkapi/com/sun/star/script/ArrayWrapper.idl
index 547d739fc104..b786f303cb3b 100644
--- a/udkapi/com/sun/star/script/ArrayWrapper.idl
+++ b/udkapi/com/sun/star/script/ArrayWrapper.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module script {
-/** Allows an UNO sequence that is passed between different language
+/** Allows a UNO sequence that is passed between different language
boundaries to indicate it prefers to be represented as a multidimensional
array with 0 or 1 based indices. UNO does not natively represent
Multi-Dimensional arrays, instead a sequence can have elements that are
diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl
index b7a81b98ec29..2bd5b6f256b1 100644
--- a/udkapi/com/sun/star/uno/XAggregation.idl
+++ b/udkapi/com/sun/star/uno/XAggregation.idl
@@ -62,7 +62,7 @@ module com { module sun { module star { module uno {
@deprecated
Aggregation will no longer be supported as a high-level concept of UNO.
- You may still have the option to implement an UNO object consisting of
+ You may still have the option to implement a UNO object consisting of
several single objects in your specific programming language, though this
depends on your programming language.
*/
diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl
index ce006a593519..57f06dbd42fa 100644
--- a/udkapi/com/sun/star/uno/XInterface.idl
+++ b/udkapi/com/sun/star/uno/XInterface.idl
@@ -91,7 +91,7 @@ published interface XInterface
to the object.
<p>
- It is only allowed to invoke a method on an UNO object, when you keep
+ It is only allowed to invoke a method on a UNO object, when you keep
a hard reference to it.
<p> Every call to acquire must be followed by a corresponding call to release
diff --git a/udkapi/com/sun/star/util/BootstrapMacroExpander.idl b/udkapi/com/sun/star/util/BootstrapMacroExpander.idl
index dd1d74dfd2f9..55fffdcefbd9 100644
--- a/udkapi/com/sun/star/util/BootstrapMacroExpander.idl
+++ b/udkapi/com/sun/star/util/BootstrapMacroExpander.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module util {
http://udk.openoffice.org/common/man/concept/micro_deployment.html#misc
The service can be instantiated via arguments giving an ini/rc file url.
- Otherwise it will read from an uno.ini/unorc file next to the cppuhelper
+ Otherwise it will read from a uno.ini/unorc file next to the cppuhelper
library.
@see theMacroExpander