From 4e0b45d2756bd11a99f97d9b3676d814c8692e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 26 May 2014 09:36:41 +0100 Subject: [PATCH] coverity#705259 Missing break in switch Change-Id: Ib9199750db79f9d7eb964709649fdd357d36ba0e --- svx/source/fmcomp/gridcell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 158d460aeeac..fa7dcc34bbe5 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -156,7 +156,7 @@ void DbGridColumn::CreateControl(sal_Int32 _nFieldPos, const Reference< ::com::s case DataType::TIME: case DataType::TIMESTAMP: m_bDateTime = true; - + //fall-through case DataType::BIT: case DataType::BOOLEAN: case DataType::TINYINT: