diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:23:11 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 08:43:18 +0200 |
commit | 8c90c9d2f82c9be09c5527d125c531e5ed4890c0 (patch) | |
tree | 135f780c2bc8bb62a6340a88a8ce4b0d7ce15ff5 /fpicker/source/office | |
parent | 3e82710d1e368a4c1a942270efa3ee6f4c936f67 (diff) |
Fix typo
Change-Id: If45e9c127027adc20edbddf31907db257c0ef8f0
Reviewed-on: https://gerrit.libreoffice.org/73686
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker/source/office')
-rw-r--r-- | fpicker/source/office/fpsmartcontent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index 4151753cf6f8..53b3a8b3d291 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -179,7 +179,7 @@ namespace svt return false; assert( m_pContent && "SmartContent::implIs: inconsistence!" ); - // if, after an bindTo, we don't have a content, then we should be INVALID, or at least + // if, after a bindTo, we don't have a content, then we should be INVALID, or at least // NOT_BOUND (the latter happens, for example, if somebody tries to ask for an empty URL) bool bIs = false; |