| commit | 375f85f8518f49ce4381b6663f1e94fc02bacf93 | [log] |
|---|---|---|
| author | Patrick Luby <patrick.luby@collabora.com> | Thu Apr 06 14:44:52 2023 -0400 |
| committer | Patrick Luby <plubius@neooffice.org> | Thu Apr 06 23:54:04 2023 +0200 |
| tree | 516685629a53121756f0707f8ecc55236657b0cf | |
| parent | d856be879e0b94b36c8f87817de74189a8a04121 [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>
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx index 73b19ca..0bb99f1 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