diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
commit | e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch) | |
tree | 89eeb4275f134a589f5a6fe9be392a40fd86d4ee /bean/com/sun/star | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'bean/com/sun/star')
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 44871d2a2675..3ea15f044d20 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -943,7 +943,7 @@ public class OOoBean a Java class which implements all interfaces which the service <type scope="com::sun::star::frame">Frame</a> implements. Thus, methods can be called directly without queryInterface. - This feature might be implemented by UNO or explicitely coded. + This feature might be implemented by UNO or explicitly coded. @throws NoConnectionException if the connection is not established. @@ -969,7 +969,7 @@ public class OOoBean a Java class which implements all interfaces which the service <type scope="com::sun::star::frame">Controller</a> implements. Thus, methods can be called directly without queryInterface. - This feature might be implemented by UNO or explicitely coded. + This feature might be implemented by UNO or explicitly coded. @throws NoConnectionException if the connection is not established. @@ -998,7 +998,7 @@ public class OOoBean <type scope="com::sun::star::document">OfficeDocument</a> implements. Thus, methods can be called directly without queryInterface. - This feature might be implemented by UNO or explicitely coded. + This feature might be implemented by UNO or explicitly coded. @throws NoConnectionException if the connection is not established. |