diff options
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 12ab4a400ac8..3a1a7f0da512 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -661,7 +661,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) } } } - [[fallthrough]]; + SAL_FALLTHROUGH; case SID_EXPORTDOCASPDF: bIsPDFExport = true; SAL_FALLTHROUGH; |