editeng: unnedded assigment
After
commit f04ab0ea41
Author: Xisco Fauli <xiscofauli@libreoffice.org>
Date: Wed Oct 23 16:13:04 2024 +0200
tdf#163486: PVS: Expression is always true
Change-Id: I33a3cbdc2c7013d5d739c55d3b129f05a329197f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175669
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
3a8278c42e
commit
801280697c
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ bool ImpEditEngine::PostKeyEvent( const KeyEvent& rKeyEvent, EditView* pEditView
|
|||
}
|
||||
|
||||
default: // is then possible edited below.
|
||||
eFunc = KeyFuncType::DONTKNOW;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue