summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 11:30:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 13:23:55 +0000
commitcdd1d19406726c9cbeb9969b99dc03cadbaf1050 (patch)
tree07e22a06d631405c0eec2a4ac40308342c37abc0 /svx
parent9b667561c31cb61a9e71673626b0309e9c6d477b (diff)
coverity#1158171 Missing break in switch
Change-Id: I20979bf40aeb2d14ffd78097a7ee9208ff53cec6
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/UnoGraphicExporter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
index ce7090340ca8..3f67ed42dc2d 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -362,6 +362,7 @@ IMPL_LINK(GraphicExporter, CalcFieldValueHdl, EditFieldInfo*, pInfo)
break;
case SVX_ROMAN_UPPER:
bUpper = sal_True;
+ /* Fall through */
case SVX_ROMAN_LOWER:
aPageNumValue += SvxNumberFormat::CreateRomanString(mnPageNumber, bUpper);
break;