From b5bef1f7d5edb68a7609c2d003955461bfa9c5aa Mon Sep 17 00:00:00 2001
From: Julien Nabet
Since the numeric resource identifiers are highly build-dependent (e.g. can change with any next - OpenOffice.org build), you are strongly discouraged from using the OfficeResoureLoader + OpenOffice.org build), you are strongly discouraged from using the OfficeResourceLoader service in a component which targets more than one particular OpenOffice.org build.
@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 -- cgit