svx/source/svdraw/svdomedia.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit a027a1bb685883c840ffaa112808106b891af728 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Nov 20 17:32:44 2013 +0100 Don't set Referer when accessing embedded media Change-Id: I9a1709eb0d5bb81c6c90c4b9f90ff7bed74cda67 diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx index 4f99452..fd6cd89 100644 --- a/svx/source/svdraw/svdomedia.cxx +++ b/svx/source/svdraw/svdomedia.cxx @@ -374,7 +374,7 @@ void SdrMediaObj::mediaPropertiesChanged( const ::avmedia::MediaItem& rNewProper if (bSuccess) { m_pImpl->m_pTempFile.reset(new MediaTempFile(tempFileURL)); - m_pImpl->m_MediaProperties.setURL(url, tempFileURL, rNewProperties.getReferer()); + m_pImpl->m_MediaProperties.setURL(url, tempFileURL, ""); } else // this case is for Clone via operator= { @@ -385,7 +385,7 @@ void SdrMediaObj::mediaPropertiesChanged( const ::avmedia::MediaItem& rNewProper else { m_pImpl->m_MediaProperties.setURL(url, - rNewProperties.getTempURL(), rNewProperties.getReferer()); + rNewProperties.getTempURL(), ""); } } else _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits