libreoffice: do not use our mdds

libreoffice-native fails with:
| /home/superandy/tmp/oe-core-glibc/work/x86_64-linux/libreoffice-native/6.2.6.1-r0/libreoffice-6.2.6.1/svl/source/misc/gridprinter.cxx:114:46: error: ‘svl::MatrixImplType’ {aka ‘class mdds::multi_type_matrix<svl::matrix_trait>’} has no member named ‘get_string’
|   114 |             OUString aStr = mpImpl->maMatrix.get_string(row, col);
|       |                                              ^~~~~~~~~~

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-08-03 19:44:31 +02:00
parent 7ed5f4b92b
commit be921cd9f8
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ DEPENDS += " \
cups \
gstreamer1.0-plugins-base \
\
mdds \
glm \
redland \
libabw \
@@ -121,7 +120,6 @@ EXTRA_OECONF += " \
\
--with-system-cppunit \
--with-system-glm \
--with-system-mdds \
--with-system-redland \
--with-system-libabw \
--with-system-libcdr \

View File

@@ -79,3 +79,5 @@ EXTRA_OECONF = " \
--with-system-libwps \
"
# TODO mdds