svx/source/svdraw/svdomedia.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 567612e5ac1f61518d236f55e4188fc8b734eef7 Author: Tor Lillqvist <[email protected]> AuthorDate: Wed Oct 9 14:44:57 2024 +0300 Commit: Miklos Vajna <[email protected]> CommitDate: Fri Dec 12 15:03:06 2025 +0100 Move m_xPlayerListener inside HAVE_FEATURE_AVMEDIA Change-Id: I59b96ddde501a91223b67ddf6f4eadc0e23bd2ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195544 Tested-by: Jenkins Reviewed-by: Miklos Vajna <[email protected]> diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx index 48b8f0c7bb28..f1fcd577b859 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; };
