sd/source/ui/inc/View.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 96ddfc3e9961b8bf4a22a4fb0c520ecc245faf2c
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Wed Oct 9 14:45:47 2024 +0300
Commit:     Tomaž Vajngerl <[email protected]>
CommitDate: Tue Dec 2 08:44:26 2025 +0100

    Put mxDropMediaSizeListener inside HAVE_FEATURE_AVMEDIA
    
    Squashed in:
    Fix build failure due to undefined HAVE_FEATURE_AVMEDIA
    
    Change-Id: I442d81f4817fbd28ff04e91c1503f947890007fc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194559
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Tomaž Vajngerl <[email protected]>

diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index c9f3333d4842..9a5e0222f74c 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -19,6 +19,8 @@
 
 #pragma once
 
+#include <config_features.h>
+
 #include <memory>
 #include <pres.hxx>
 #include <tools/gen.hxx>
@@ -269,7 +271,9 @@ protected:
     sal_Int8                mnAction;
     Idle                    maDropErrorIdle;
     Idle                    maDropInsertFileIdle;
+#if HAVE_FEATURE_AVMEDIA
     rtl::Reference<avmedia::PlayerListener> mxDropMediaSizeListener;
+#endif
     sal_uInt16              mnLockRedrawSmph;
     bool                    mbIsDropAllowed;
 

Reply via email to