From b5bef1f7d5edb68a7609c2d003955461bfa9c5aa Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 19 Mar 2017 18:19:41 +0100 Subject: Typos Change-Id: I13020539fe121151e884a90d72d47788fb3ae65c Reviewed-on: https://gerrit.libreoffice.org/35436 Tested-by: Jenkins Reviewed-by: Julien Nabet --- offapi/com/sun/star/resource/OfficeResourceLoader.idl | 2 +- offapi/com/sun/star/resource/XStringResourceResolver.idl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com') 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 {

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