diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 18:19:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 18:50:33 +0000 |
commit | b5bef1f7d5edb68a7609c2d003955461bfa9c5aa (patch) | |
tree | 704e3a5851daf9c115886acc19aafa79f5badd17 /offapi | |
parent | 38e6da9f23a29d297701a35b213b7b38c4f67bda (diff) |
Typos
Change-Id: I13020539fe121151e884a90d72d47788fb3ae65c
Reviewed-on: https://gerrit.libreoffice.org/35436
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 |