summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection')
-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
4 files changed, 6 insertions, 6 deletions
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