Kaydet (Commit) 1e42e804 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: I6a903931fdb3ac1b13d2d9c39071cc27c08fe194
üst 6eaf5565
......@@ -1354,7 +1354,6 @@ IMPL_LINK_NOARG_TYPED(FormulaDlg_Impl, FormulaCursorHdl, EditBox&, void)
{
FormEditData* pData = m_pHelper->getFormEditData();
if (!pData) return;
sal_Int32 nFStart = pData->GetFStart();
bEditFlag=true;
......@@ -1373,7 +1372,7 @@ IMPL_LINK_NOARG_TYPED(FormulaDlg_Impl, FormulaCursorHdl, EditBox&, void)
{
sal_Int32 nPos = aSel.Min();
nFStart=GetFunctionPos(nPos - 1);
sal_Int32 nFStart=GetFunctionPos(nPos - 1);
if(nFStart<nPos)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment