diff options
-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; |