[Libreoffice-commits] core.git: sc/source
Norbert Thiebaud
nthiebaud at gmail.com
Wed Jun 26 19:18:52 PDT 2013
sc/source/core/data/column3.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 56f9378d1df21d4ceb42a89e8d9cdbe1cf5e0511
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Wed Jun 26 21:17:05 2013 -0500
coverity#1038296 Missing break in switch
Change-Id: I3c0282d731082c32558a527110762dffad01b44b
Reviewed-on: https://gerrit.libreoffice.org/4558
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 861984e..4ec2bd8 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -1299,6 +1299,7 @@ public:
sc::edittext_block::iterator itDataEnd = sc::edittext_block::end(*it->data);
itDestPos = mrDestCells.set(itDestPos, nDestRow, itData, itDataEnd);
}
+ break;
case sc::element_type_formula:
{
sc::formula_block::iterator itData = sc::formula_block::begin(*it->data);
More information about the Libreoffice-commits
mailing list