summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/resource/StringResourceWithLocation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/resource/StringResourceWithLocation.idl')
-rw-r--r--offapi/com/sun/star/resource/StringResourceWithLocation.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/resource/StringResourceWithLocation.idl b/offapi/com/sun/star/resource/StringResourceWithLocation.idl
index ab1b9bbf3..ea3743106 100644
--- a/offapi/com/sun/star/resource/StringResourceWithLocation.idl
+++ b/offapi/com/sun/star/resource/StringResourceWithLocation.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,16 +33,16 @@
#endif
-//=============================================================================
+//=============================================================================
module com { module sun { module star { module resource {
-//=============================================================================
+//=============================================================================
/** specifies a service providing access to a resource string table implementing the
<type scope="com::sun::star::resource">XStringResourceWithLocation</type> interface.
*/
-service StringResourceWithLocation : com::sun::star::resource::XStringResourceWithLocation
+published service StringResourceWithLocation : com::sun::star::resource::XStringResourceWithLocation
{
/** is used to initialize the object on its creation.
@@ -51,11 +51,11 @@ service StringResourceWithLocation : com::sun::star::resource::XStringResourceWi
the ReadOnly state allows it - the string table data.
@param ReadOnly
- Specifies if the resource should be read only,
+ Specifies if the resource should be read only,
see <code>XStringResourceManager::isReadOnly</code>
@param locale
- Specifies if the locale first to be used as current locale. Internally
+ Specifies if the locale first to be used as current locale. Internally
the <code>XStringResourceManager::setCurrentLocale</code> method is
called with FindClosestMatch=true.
see <code>XStringResourceManager::setCurrentLocale</code>
@@ -64,7 +64,7 @@ service StringResourceWithLocation : com::sun::star::resource::XStringResourceWi
Base string for the file names used to store the locale data.
The locale data is stored in Java properties files also following
the corresponding naming sceme. The files will be named like this:
- "[BaseName]_[Language]_[Country].properties",
+ "[BaseName]_[Language]_[Country].properties",
e.g. "MyBaseName_en_US.properties"
If an empty string is passed for BaseName, "strings" will be used
as BaseName.
@@ -83,14 +83,14 @@ service StringResourceWithLocation : com::sun::star::resource::XStringResourceWi
@throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
if no string or an empty string is passed as URL
*/
- create( [in] string URL, [in] boolean ReadOnly,
+ create( [in] string URL, [in] boolean ReadOnly,
[in] com::sun::star::lang::Locale locale,
[in] string BaseName, [in] string Comment,
[in] com::sun::star::task::XInteractionHandler Handler )
raises( ::com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
+//=============================================================================
}; }; }; };