summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-10-09 09:27:48 +0200
committerTomaž Vajngerl <quikee@gmail.com>2019-10-09 10:31:29 +0200
commit173595f7c4ce8e2dc2fedfa78eedbff2f9efdb20 (patch)
tree4535c1ff040fc4b6bb5db262b3fdb292a19727ea /sd
parent9ad0852245732133d2b5d454ebbaceb6b4a4cc03 (diff)
make impress sidebar work on iOS - missing PanelFactory
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 <quikee@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx4
1 files changed, 4 insertions, 0 deletions
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 <config_features.h>
+
#include <com/sun/star/presentation/EffectNodeType.hpp>
#include <com/sun/star/animations/Timing.hpp>
#include <com/sun/star/animations/Event.hpp>
@@ -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