coverity#705232 Missing break in switch

Change-Id: Ifa6de9e9d1138e4962cd8cf0716fd6e06894c34f
This commit is contained in:
Caolán McNamara 2014-05-26 09:32:58 +01:00
parent 51d6b42e4c
commit e576deff6a

View File

@ -536,6 +536,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
case SID_EXPORTDOCASPDF:
case SID_DIRECTEXPORTDOCASPDF:
bIsPDFExport = true;
//fall-through
case SID_EXPORTDOC:
case SID_SAVEASDOC:
case SID_SAVEDOC: