diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-07 23:14:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-07-08 05:48:18 +0000 |
commit | 799cc41b53a59c543408fa5370e107c2c57a2904 (patch) | |
tree | 790ed9324cea1b9a2f54955a0497cab55c617128 /extensions/source/resource | |
parent | ff669d1c7f692052534d1136d1ff4220433f8542 (diff) |
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0
Reviewed-on: https://gerrit.libreoffice.org/16834
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source/resource')
-rw-r--r-- | extensions/source/resource/oooresourceloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/resource/oooresourceloader.cxx b/extensions/source/resource/oooresourceloader.cxx index 230652bcd3ed..1db99c6a2918 100644 --- a/extensions/source/resource/oooresourceloader.cxx +++ b/extensions/source/resource/oooresourceloader.cxx @@ -54,7 +54,7 @@ namespace extensions { namespace resource @return the required resource @precond - the caler checked via <code>_resourceManager.IsAvailable( getResourceType(), _resourceId )</code> + the caller checked via <code>_resourceManager.IsAvailable( getResourceType(), _resourceId )</code> that the required resource really exists */ virtual Any getResource( SimpleResMgr& _resourceManager, sal_Int32 _resourceId ) const = 0; |