summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-06-26 21:17:05 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-27 02:18:32 +0000
commit56f9378d1df21d4ceb42a89e8d9cdbe1cf5e0511 (patch)
tree9c994c2a4019a5483d5976b54104318641e5fc02 /sc
parentfdo#58995 fix focus gain/lost events dropping on JDK 1.7 (diff)
downloadcore-56f9378d1df21d4ceb42a89e8d9cdbe1cf5e0511.tar.gz
core-56f9378d1df21d4ceb42a89e8d9cdbe1cf5e0511.zip
coverity#1038296 Missing break in switch
Change-Id: I3c0282d731082c32558a527110762dffad01b44b Reviewed-on: https://gerrit.libreoffice.org/4558 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 861984ebd5e7..4ec2bd873850 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);