svx/source/svdraw/svdomedia.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ec5f9877d13f96fc2135d4a29619f39cce0ea084 Author: Tor Lillqvist <[email protected]> AuthorDate: Wed Oct 9 14:44:57 2024 +0300 Commit: Miklos Vajna <[email protected]> CommitDate: Tue Dec 2 08:39:50 2025 +0100 Move m_xPlayerListener inside HAVE_FEATURE_AVMEDIA Change-Id: I59b96ddde501a91223b67ddf6f4eadc0e23bd2ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194558 Reviewed-by: Tomaž Vajngerl <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx index 2f702adba3d4..45a14f40e414 100644 --- a/svx/source/svdraw/svdomedia.cxx +++ b/svx/source/svdraw/svdomedia.cxx @@ -50,9 +50,9 @@ struct SdrMediaObj::Impl // It may be shared between multiple documents in case of copy/paste, // hence the shared_ptr. std::shared_ptr< ::avmedia::MediaTempFile > m_pTempFile; + rtl::Reference<avmedia::PlayerListener> m_xPlayerListener; #endif uno::Reference< graphic::XGraphic > m_xCachedSnapshot; - rtl::Reference<avmedia::PlayerListener> m_xPlayerListener; OUString m_LastFailedPkgURL; };
