summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-07 21:06:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-08 09:18:36 +0100
commit2ea89ac63fa83b09807581d24ebd441776abb358 (patch)
tree5a89aa0941d248624ca16a357a97cc413346cb72 /vcl
parentd546224464df4fcc85ad978fa149d876d093d714 (diff)
coverity#705329 Missing break in switch
Change-Id: I3718c2960dc0a7f760c3c7749417c1e497b7e04e
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index c37f416b09cc..cb8b0b3f1336 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -5285,6 +5285,7 @@ bool PDFWriterImpl::emitWidgetAnnotations()
else
appendName( rWidget.m_aValue, aValue );
}
+ // fall-through
case PDFWriter::PushButton:
aLine.append( "Btn" );
break;