r20934 by jghali -

scribus-commit scribus-commit at lists.scribus.net
Sun Feb 7 14:42:57 UTC 2016


Author: jghali
Date: Sun Feb  7 14:42:57 2016
New Revision: 20934

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20934
Log:
coverity #1350336: missing break in switch

Modified:
    trunk/Scribus/scribus/pageitem_textframe.cpp

Modified: trunk/Scribus/scribus/pageitem_textframe.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20934&path=/trunk/Scribus/scribus/pageitem_textframe.cpp
==============================================================================
--- trunk/Scribus/scribus/pageitem_textframe.cpp	(original)
+++ trunk/Scribus/scribus/pageitem_textframe.cpp	Sun Feb  7 14:42:57 2016
@@ -6046,6 +6046,7 @@
 							break;
 						case NSRsection:
 							m_Doc->setEndNoteFrame(nF, m_Doc->getSectionKeyForPageIndex(OwnPage));
+							break;
 						case NSRstory:
 							m_Doc->setEndNoteFrame(nF, (void*) firstInChain());
 							break;




More information about the scribus-commit mailing list