From 173595f7c4ce8e2dc2fedfa78eedbff2f9efdb20 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 9 Oct 2019 09:27:48 +0200 Subject: make impress sidebar work on iOS - missing PanelFactory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add org_openoffice_comp_Draw_framework_PanelFactory_get_implementation make it build Change-Id: I522f3d684c52caf15a78d5eff29e78e645588481 Reviewed-on: https://gerrit.libreoffice.org/80515 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- sd/source/ui/animations/CustomAnimationDialog.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sd') diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 743d08ddc71d..299806bdf22c 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + #include #include #include @@ -2236,6 +2238,7 @@ void CustomAnimationEffectTabPage::openSoundFileDialog() void CustomAnimationEffectTabPage::onSoundPreview() { +#if HAVE_FEATURE_AVMEDIA const auto nPos = mxLBSound->get_active(); if( nPos >= 2 ) try @@ -2248,6 +2251,7 @@ void CustomAnimationEffectTabPage::onSoundPreview() { OSL_FAIL("CustomAnimationEffectTabPage::onSoundPreview(), exception caught!" ); } +#endif } class CustomAnimationDurationTabPage -- cgit