summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-08 13:00:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-08 13:00:22 +0200
commit27b77b9754e74ebb4e2efac2723de2de11b2e3e1 (patch)
treeaad8c22d31ecd4930b4ab5383cf253cde0d448b7 /xmloff
parentd9aed0bc2e741fa02a6ffdf90193aae7ce471e52 (diff)
clang-analyzer-deadcode.DeadStores
...ever since 4b3df269f81184c4951457daa5181df2bcc5d259 "INTEGRATION: CWS sb19: #i32429# ExplodeFieldMasterName should not try to copy non-existent string parts" Change-Id: Idf642d1c9c5516ad9c837c4cb9d397dc7e3f5e39
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtflde.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 4f1a9d04dfa8..43478b03bdc9 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2898,7 +2898,6 @@ bool XMLTextFieldExport::ExplodeFieldMasterName(
// '.' found?
if (nSeparator <= nLength) {
- nSeparator = sMasterName.getLength();
SAL_WARN("xmloff.text", "no field var name!");
bReturn = false;
}