[Libreoffice-commits] libvisio.git: src/lib
Miklos Vajna
vmiklos at collabora.co.uk
Fri Dec 1 08:14:29 UTC 2017
src/lib/VSDContentCollector.cpp | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 803830beed106e9de8d727a5e7eedd53e8dbf414
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Dec 1 09:14:08 2017 +0100
VSDContentCollector: remove dead isParagraphOpened assignment
Local variable, not read later, so it can go.
Change-Id: Ide6c1b6976c43a3b9714d79d46631b7a80ddb300
diff --git a/src/lib/VSDContentCollector.cpp b/src/lib/VSDContentCollector.cpp
index 190f5a2..9b4b39e 100644
--- a/src/lib/VSDContentCollector.cpp
+++ b/src/lib/VSDContentCollector.cpp
@@ -1104,7 +1104,6 @@ void libvisio::VSDContentCollector::_flushText()
m_shapeOutputText->addCloseParagraph();
else
m_shapeOutputText->addCloseListElement();
- isParagraphOpened = false;
}
/* Last paragraph style had a bullet and we have to close
More information about the Libreoffice-commits
mailing list