[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - sfx2/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 20 08:41:25 UTC 2021
sfx2/source/doc/docfile.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9222d4f5dcf2f510bbccf4432d5c411745c12456
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Apr 20 10:07:19 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Apr 20 10:40:50 2021 +0200
Avoid unused parameter warning in the HAVE_FEATURE_MACOSX_SANDBOX case
Change-Id: I7cc2f8f373440ca79694220818558ee092c895a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114320
Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Jenkins
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 59865fb2b8eb..c56606a7859e 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -3628,6 +3628,7 @@ OUString GetLogicBase(const INetURLObject& rURL, std::unique_ptr<SfxMedium_Impl>
// In a sandboxed environment we don't want to attempt to create temporary files in the same
// directory where the user has selected an output file to be stored. The sandboxed process has
// permission only to create the specifically named output file in that directory.
+ (void) rURL;
(void) pImpl;
#else
More information about the Libreoffice-commits
mailing list