diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/resource/OfficeResourceLoader.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/resource/XStringResourceResolver.idl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/resource/OfficeResourceLoader.idl b/offapi/com/sun/star/resource/OfficeResourceLoader.idl index 2a2867935de2..1caf113084f3 100644 --- a/offapi/com/sun/star/resource/OfficeResourceLoader.idl +++ b/offapi/com/sun/star/resource/OfficeResourceLoader.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module resource { </p> <p>Since the numeric resource identifiers are highly build-dependent (e.g. can change with any next - OpenOffice.org build), you are <strong>strongly</strong> discouraged from using the OfficeResoureLoader + OpenOffice.org build), you are <strong>strongly</strong> discouraged from using the OfficeResourceLoader service in a component which targets more than one particular OpenOffice.org build.</p> @since OOo 2.0.3 diff --git a/offapi/com/sun/star/resource/XStringResourceResolver.idl b/offapi/com/sun/star/resource/XStringResourceResolver.idl index 5f21022d7236..f56605987624 100644 --- a/offapi/com/sun/star/resource/XStringResourceResolver.idl +++ b/offapi/com/sun/star/resource/XStringResourceResolver.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module resource { interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster { /** - Resolves the passed ResoureID for the current locale. This + Resolves the passed ResourceID for the current locale. This locale is set during initialization of the object implementing this interface or - in case that also the interface com::sun::star::resource::XStringResourceManager @@ -66,7 +66,7 @@ interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster raises( com::sun::star::resource::MissingResourceException ); - /** Resolves the passed ResoureID for a specific locale. + /** Resolves the passed ResourceID for a specific locale. It's not recommended to use this method to get the best performance as the implementation may be optimized for |