summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-13 17:48:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-13 18:30:29 +0200
commit4646c9474f062282ac32919700a5c3749d54300e (patch)
tree70505877b6015613c0034ac03697d798f1e75760 /lotuswordpro
parentenable ICU_HEADER includes for starmath (diff)
downloadcore-4646c9474f062282ac32919700a5c3749d54300e.tar.gz
core-4646c9474f062282ac32919700a5c3749d54300e.zip
clang-analyzer-deadcode.DeadStores
...ever since cc316b39d9110c536e1758a4f814738ca209bb02 "Port of Lotus Word Pro filter, by Fong Lin and Noel Power" Change-Id: Ia7eb16a63c53a43f6c57e26aa629f7c9cf7ef089
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpatomholder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpatomholder.cxx b/lotuswordpro/source/filter/lwpatomholder.cxx
index 922ef6550c83..f28a4c020a22 100644
--- a/lotuswordpro/source/filter/lwpatomholder.cxx
+++ b/lotuswordpro/source/filter/lwpatomholder.cxx
@@ -84,7 +84,7 @@ void LwpAtomHolder::Read(LwpObjectStream *pStrm)
//rtl_TextEncoding rEncode = osl_getThreadTextEncoding();
rtl_TextEncoding rEncode = RTL_TEXTENCODING_MS_1252;
- len = LwpTools::QuickReadUnicode(pStrm, m_String, diskSize-sizeof(diskSize), rEncode);
+ LwpTools::QuickReadUnicode(pStrm, m_String, diskSize-sizeof(diskSize), rEncode);
}
/**
* @descr skip the atom holder in object stream