diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-11 14:47:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-12 08:59:07 +0200 |
commit | 7724fb35e7e8d80e80b30874183a851a512555b7 (patch) | |
tree | b7bc7c51d786d88bebba9ac7c0b356b0f6ac5c76 /svx | |
parent | 124e69df7b064d12aed866c48ae2812c69b75478 (diff) |
cid#705260 missing break in switch
Change-Id: I4191520694105e16c1fa5d6cc6af3dd7225f3f5f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 95bdb6dbda5e..6b2adc5eab4f 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -1473,6 +1473,7 @@ void DbFormattedField::Init( Window& rParent, const Reference< XRowSet >& xCurso ((FormattedField*)m_pPainter)->SetDefaultText(sDefault); } } + break; default: OSL_FAIL( "DbFormattedField::Init: unexpected value type!" ); break; |