From 8c90c9d2f82c9be09c5527d125c531e5ed4890c0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 May 2019 21:23:11 +0000 Subject: [PATCH] Fix typo Change-Id: If45e9c127027adc20edbddf31907db257c0ef8f0 Reviewed-on: https://gerrit.libreoffice.org/73686 Tested-by: Jenkins Reviewed-by: Julien Nabet --- fpicker/source/office/fpsmartcontent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;