diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-07 15:18:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-07 15:43:47 +0200 |
commit | 4c8fa775c54eb3b70972e7055dd0a2d6b760bbe1 (patch) | |
tree | de85d2914b2278c4fafa609eee8131e12dcfc731 /xmloff | |
parent | 4c18bec7ed39675b9747eae51c1bcb3b26f12992 (diff) |
clang-analyzer-deadcode.DeadStores
Change-Id: I58f6f4db6f5bdc30402f55aee233e465248becf6
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/elementexport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx index 317afe6e1925..a94265c4461b 100644 --- a/xmloff/source/forms/elementexport.cxx +++ b/xmloff/source/forms/elementexport.cxx @@ -1512,7 +1512,6 @@ namespace xmloff m_eType = TEXT; } } - knownType = true; } // attributes which are common to all the types: |