diff options
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 9dc181c89eac..707fd3c57eeb 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -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: |