[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sfx2/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 28 08:33:42 UTC 2019
sfx2/source/doc/objserv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f9735ee624798dd765c77b33f381f540ed2e261f
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Mar 28 10:25:51 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Mar 28 10:33:06 2019 +0200
Use SAL_FALLTHROUGH
Change-Id: I81729dba0bce380303bdbe7c8fcdeca943df477d
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;
More information about the Libreoffice-commits
mailing list