Kaydet (Commit) 68311d3c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

...ever since 2cb4c646 "CWS-TOOLING: integrate
CWS frmdlg"

Change-Id: I5ba64a9e8005efc5e918669d0ef3119c18c32594
üst ba8cdfca
...@@ -1601,11 +1601,6 @@ IMPL_LINK_NOARG_TYPED(FormulaDlg_Impl, MatrixHdl, Button*, void) ...@@ -1601,11 +1601,6 @@ IMPL_LINK_NOARG_TYPED(FormulaDlg_Impl, MatrixHdl, Button*, void)
IMPL_LINK_NOARG(FormulaDlg_Impl, FuncSelHdl) IMPL_LINK_NOARG(FormulaDlg_Impl, FuncSelHdl)
{ {
sal_Int32 nCat = pFuncPage->GetCategory();
if ( nCat == LISTBOX_ENTRY_NOTFOUND ) nCat = 0;
sal_Int32 nFunc = pFuncPage->GetFunction();
if ( nFunc == LISTBOX_ENTRY_NOTFOUND ) nFunc = 0;
if ( (pFuncPage->GetFunctionEntryCount() > 0) if ( (pFuncPage->GetFunctionEntryCount() > 0)
&& (pFuncPage->GetFunction() != LISTBOX_ENTRY_NOTFOUND) ) && (pFuncPage->GetFunction() != LISTBOX_ENTRY_NOTFOUND) )
{ {
......
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