diff options
author | Kohei Yoshida <kohei@libreoffice.org> | 2019-08-12 13:57:34 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei@libreoffice.org> | 2019-08-15 06:09:52 +0200 |
commit | 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 (patch) | |
tree | f8e30f9c60c10377b3ed81fbb20d6ffb672dad8a /svl | |
parent | 43cce4ef2cf865b2bb637e17b70102a4260295b0 (diff) |
Switch mdds to 1.5.0 and liborcus to 0.15.0.
Change-Id: Ibff9a5e0f0771e4cf12b4dc3985661a01195e265
Reviewed-on: https://gerrit.libreoffice.org/77482
Tested-by: Jenkins
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/misc/gridprinter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/gridprinter.cxx b/svl/source/misc/gridprinter.cxx index e129457a8215..4f013d4b6b8c 100644 --- a/svl/source/misc/gridprinter.cxx +++ b/svl/source/misc/gridprinter.cxx @@ -29,7 +29,7 @@ typedef mdds::mtv::default_element_block<element_type_string, OUString> string_b struct matrix_trait { typedef string_block string_element_block; - typedef mdds::mtv::ushort_element_block integer_element_block; + typedef mdds::mtv::uint16_element_block integer_element_block; typedef mdds::mtv::custom_block_func1<string_block> element_block_func; }; |