summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarellano <arellano@openoffice.org>2001-04-09 22:32:52 +0000
committerarellano <arellano@openoffice.org>2001-04-09 22:32:52 +0000
commitf81cb76531faabd4f122abe75c2f3ad3835cc304 (patch)
treef6611bc9bcc88794eb0c61b5804ab96b1484cf30
parent5f0eefaaf2badab00c4d6c0e57a681610ef9487a (diff)
modified verbiage
-rw-r--r--offapi/com/sun/star/linguistic2/XSupportedLocales.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/linguistic2/XSupportedLocales.idl b/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
index a85f6e7f7114..5972b8a12639 100644
--- a/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
+++ b/offapi/com/sun/star/linguistic2/XSupportedLocales.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSupportedLocales.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:28 $
+ * last change: $Author: arellano $ $Date: 2001-04-09 23:32:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,8 +84,8 @@ module com { module sun { module star { module linguistic2 {
<type scope="com::sun::star::linguistic2">SpellChecker</type>,
<type scope="com::sun::star::linguistic2">Hyphenator</type> and
<type scope="com::sun::star::linguistic2">Thesaurus</type>
- implementations in order to get queried for what languages they
- can be used.
+ implementations in order to be queried for the languages they
+ can use.
</P>
@see com::sun::star::lang::Locale
@@ -105,11 +105,11 @@ interface XSupportedLocales : com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/**
@param aLocale
- specifies the language to be checked for support
+ specifies the language bring checked for support
by the object.
@returns
- <TRUE/> if the language is supported otherwise <FALSE/>.
+ <TRUE/> if the language is supported, otherwise <FALSE/>.
@see com::sun::star::lang::Locale
*/