summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-11-06 11:58:33 +0200
committerTor Lillqvist <tml@collabora.com>2019-10-07 15:13:11 +0300
commita1ed2eccb044481b336732d6c58b211d66254310 (patch)
tree2c0437e81f0d2118d3ee56d4329a4f32048bbc8b
parent3ca88ff9d852b7f2c79382b9d96313954f654d9d (diff)
Some !HAVE_FEATURE_AVMEDIA fallout
Change-Id: Ie7c2f75ec66ae4c1f8dc49075624617c294cbc25 Reviewed-on: https://gerrit.libreoffice.org/62945 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/79131
-rw-r--r--sd/source/ui/dlg/filedlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index 443d46f1652c..c7e153fe5823 100644
--- a/sd/source/ui/dlg/filedlg.cxx
+++ b/sd/source/ui/dlg/filedlg.cxx
@@ -90,6 +90,7 @@ IMPL_LINK_NOARG(SdFileDialog_Imp, PlayMusicHdl, void*, void)
mxPlayer.clear();
}
+#if HAVE_FEATURE_AVMEDIA
if( mbLabelPlaying )
{
try
@@ -139,6 +140,7 @@ IMPL_LINK_NOARG(SdFileDialog_Imp, PlayMusicHdl, void*, void)
}
}
}
+#endif
}
IMPL_LINK_NOARG(SdFileDialog_Imp, IsMusicStoppedHdl, Timer *, void)