diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 12:43:26 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:35:29 +0200 |
commit | cdd5869152f2dfbb5ea6698978dfa98fa43a4c20 (patch) | |
tree | 3c9b5aceecd21525da26b28fa131ade8419a490e /fpicker | |
parent | db8e2693eddb8cb7e2e584e5d64f8fa47d04b5b4 (diff) |
Fix typos
Change-Id: Ibd802e81649373fd9ad6d0309276b8e6ae43dd24
Reviewed-on: https://gerrit.libreoffice.org/77261
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/fpsmartcontent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpsmartcontent.hxx b/fpicker/source/office/fpsmartcontent.hxx index b59a7820c957..ffa061ecb4ff 100644 --- a/fpicker/source/office/fpsmartcontent.hxx +++ b/fpicker/source/office/fpsmartcontent.hxx @@ -35,7 +35,7 @@ namespace svt //= SmartContent - /** a "smart content" which basically wraps an UCB content, but caches some information + /** a "smart content" which basically wraps a UCB content, but caches some information so that repeatedly recreating it may be faster */ class SmartContent |