summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XFileIdentifierConverter.idl')
-rw-r--r--offapi/com/sun/star/ucb/XFileIdentifierConverter.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
index 11a04a6ed..bb48b506f 100644
--- a/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
+++ b/offapi/com/sun/star/ucb/XFileIdentifierConverter.idl
@@ -45,18 +45,18 @@ module com { module sun { module star { module ucb {
published interface XFileIdentifierConverter : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- /** Get information about the 'locality' of a file content provider.
+ /** Get information about the "locality" of a file content provider.
- <p>The returned information can be used to chose the 'best' among a
+ <p>The returned information can be used to chose the "best" among a
number of file content providers implementing this interface.
@param BaseURL
the base (file) URL used to specify a file content provider.
@returns
- an appropriat value representing the 'locality' of the specified file
+ an appropriate value representing the "locality" of the specified file
content provider. Generally, higher (non-negative) numbers denote
- file content providers that are more 'local', and negative numbers
+ file content providers that are more "local", and negative numbers
denote content providers that are not file content providers at all.
As a convention (and to keep this useful), values should be restricted
to the range from -1 to +10, inclusive.