diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unobkm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/unocore/unobkm.cxx b/sw/source/core/unocore/unobkm.cxx index 45b22f708ec9..fa2337497ef4 100644 --- a/sw/source/core/unocore/unobkm.cxx +++ b/sw/source/core/unocore/unobkm.cxx @@ -689,6 +689,7 @@ SwXFieldmark::getCheckboxFieldmark() // evil #TODO #FIXME casting away the const-ness pCheckboxFm = const_cast<sw::mark::ICheckboxFieldmark*>(dynamic_cast< const ::sw::mark::ICheckboxFieldmark* >( GetBookmark())); OSL_ASSERT( GetBookmark() == 0 || pCheckboxFm != 0 ); + // unclear to me whether GetBookmark() can be null here } return pCheckboxFm; |