summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-13 17:54:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-13 18:30:30 +0200
commita6aec01230185e3dbd1118e5f2cb690d2998d034 (patch)
tree4b43ebd1242f09c28f24a6e4821c6faa93cea9bb /lotuswordpro
parentReturn value of LwpTools::QuickReadUnicode is unused (diff)
downloadcore-a6aec01230185e3dbd1118e5f2cb690d2998d034.tar.gz
core-a6aec01230185e3dbd1118e5f2cb690d2998d034.zip
clang-analyzer-deadcode.DeadStores
...ever since cc316b39d9110c536e1758a4f814738ca209bb02 "Port of Lotus Word Pro filter, by Fong Lin and Noel Power" Change-Id: Ia060ac0fb631d076fefb168ee96d8d2054634fca
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.cxx b/lotuswordpro/source/filter/lwpfootnote.cxx
index 3001db63a039..4a319c06690c 100644
--- a/lotuswordpro/source/filter/lwpfootnote.cxx
+++ b/lotuswordpro/source/filter/lwpfootnote.cxx
@@ -254,7 +254,6 @@ LwpDocument* LwpFootnote::GetFootnoteTableDivision()
case FN_DIVISIONGROUP_SEPARATE:
{
pDivision = pPrev->GetLastInGroupWithContents();
- pPrev = pDivision;
break;
}
case FN_DOCUMENT:
@@ -263,7 +262,6 @@ LwpDocument* LwpFootnote::GetFootnoteTableDivision()
pDivision = pFootnoteDivision->GetRootDocument();
if (pDivision)
pDivision = pDivision->GetLastDivisionWithContents();
- pPrev = pDivision;
break;
}