diff options
-rw-r--r-- | sw/source/core/crsr/bookmark.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/bookmark.cxx b/sw/source/core/crsr/bookmark.cxx index cebe18788537..6801dd64db14 100644 --- a/sw/source/core/crsr/bookmark.cxx +++ b/sw/source/core/crsr/bookmark.cxx @@ -664,7 +664,7 @@ namespace sw::mark void FieldmarkWithDropDownButton::LaunchPopup() { if (!m_pButton) - return + return; m_pButton->Invalidate(); m_pButton->LaunchPopup(); |