summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPatrick Luby <patrick.luby@collabora.com>2023-04-06 14:44:52 -0400
committerPatrick Luby <plubius@neooffice.org>2023-04-06 23:54:04 +0200
commit375f85f8518f49ce4381b6663f1e94fc02bacf93 (patch)
tree516685629a53121756f0707f8ecc55236657b0cf /svx
parentd856be879e0b94b36c8f87817de74189a8a04121 (diff)
Fix iOS build failure in commit a5225ba82e94a549f44420f56a7cb9d7906561cc
Change-Id: I5f4fe093c77f2faf91c6512ed5c294a4f2389757 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150111 Tested-by: Jenkins Reviewed-by: Patrick Luby <plubius@neooffice.org>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdomedia.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx
index 73b19ca78773..0bb99f1ae46f 100644
--- a/svx/source/svdraw/svdomedia.cxx
+++ b/svx/source/svdraw/svdomedia.cxx
@@ -258,7 +258,6 @@ void SdrMediaObj::setURL(const OUString& rURL, const OUString& rReferer)
#if HAVE_FEATURE_AVMEDIA
aURLItem.setURL( rURL, "", rReferer );
#else
- (void) rMimeType;
(void) rURL;
(void) rReferer;
#endif