| commit | dec32864a61104001cb6ff63c218ea5fb2a7ab1e | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Feb 22 09:26:15 2021 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Mon Feb 22 11:51:33 2021 +0100 |
| tree | 9f474e944209d7c1e460ed12a56a7fe276385229 | |
| parent | 0e9af8b2a6f8b740f5680201f35c128732ed357c [diff] |
cid#1473244 silence Unchecked return value Change-Id: If33e7cd76e361e8abfe71a88df0b3875759a059d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111303 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx index 5cadd05..1b71225 100644 --- a/extensions/source/bibliography/general.cxx +++ b/extensions/source/bibliography/general.cxx
@@ -344,7 +344,7 @@ IMPL_LINK(BibGeneralPage, LastElementKeyInputHdl, const KeyEvent&, rKeyEvent, bo xUpdateCursor->moveToInsertRow(); } else xRowSet->next(); (void)xRowSet->next(); } xIdentifierED->grab_focus(); xIdentifierED->select_region(0, -1);