diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:53:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:31 +0100 |
commit | 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd (patch) | |
tree | 77c41dc0fd79491c8b3304c4965f464d2e3a98c9 /udkapi | |
parent | 920931529e2b7b11777328e91e2dcf3b7b746c1d (diff) |
typo: inteface -> interface
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XIdlClass.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl index 95a4faf9681c..4509411f8429 100644 --- a/udkapi/com/sun/star/reflection/XIdlClass.idl +++ b/udkapi/com/sun/star/reflection/XIdlClass.idl @@ -172,7 +172,7 @@ published interface XIdlClass: com::sun::star::uno::XInterface If the reflected type is not an array, then a null-reference is returned. @return - inteface to modify array instances (or null-reference) + interface to modify array instances (or null-reference) */ XIdlArray getArray(); |