sd/qa/unit/import-tests.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 634530620e6a51c5ea8f1596f6ab51b2a7e2ea9c
Author: Zolnai Tamás <tamas.zol...@collabora.com>
Date:   Sun Jun 15 06:05:14 2014 +0200

    Fix --disable-gltf build
    
    saveAndReload tests export, which is needed only
    when gltf support is enabled.
    
    Change-Id: I08152c12db77ad2fc623f2699784b968378686db

diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index b6a6c8c..04af625 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -713,7 +713,10 @@ void SdFiltersTest::testMediaEmbedding()
 {
     SvtMiscOptions().SetExperimentalMode(true);
     ::sd::DrawDocShellRef xDocShRef = 
loadURL(getURLFromSrc("/sd/qa/unit/data/media_embedding.odp"));
+
+#if HAVE_FEATURE_GLTF
     xDocShRef = saveAndReload( xDocShRef, ODP );
+#endif
 
     SdDrawDocument *pDoc = xDocShRef->GetDoc();
     CPPUNIT_ASSERT_MESSAGE( "no document", pDoc != NULL );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to