[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sfx2/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 20 11:04:46 UTC 2019
sfx2/source/doc/objserv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5a13a94fa988635a172c660b68e3e189dbb8c59b
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Mar 28 10:25:51 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 20 13:03:41 2019 +0200
Use SAL_FALLTHROUGH
Change-Id: I81729dba0bce380303bdbe7c8fcdeca943df477d
(cherry picked from commit f9735ee624798dd765c77b33f381f540ed2e261f)
Reviewed-on: https://gerrit.libreoffice.org/79192
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index b3e4985451c2..01f127ea2865 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -694,7 +694,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