sc/source/core/data/column2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 36ee7be1e3e34b8eb07de1fc5e7f9f3681e58173 Author: Tor Lillqvist <t...@collabora.com> Date: Fri Sep 2 20:44:27 2016 +0300 tdf#101866: Get rid of two more erroneous upper-casings of strings Follow-up to f948dce856d51704e1962553198015dbebb6e527. Change-Id: I46c5a96a076fa6eec952e31201bb3563464cf602 Reviewed-on: https://gerrit.libreoffice.org/28626 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Tor Lillqvist <t...@collabora.com> (cherry picked from commit 326da3886e6f700ad1fb269df201fae9fa01d5df) Reviewed-on: https://gerrit.libreoffice.org/28627 Tested-by: Jenkins <c...@libreoffice.org> Tested-by: Eike Rathke <er...@redhat.com> diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 5ef6603..1f3aea8 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -2388,7 +2388,7 @@ bool appendToBlock( if (aRes.meType == sc::FormulaResultValue::String) { rCxt.ensureStrArray(rColArray, nArrayLen); - (*rColArray.mpStrArray)[nPos] = aRes.maString.getDataIgnoreCase(); + (*rColArray.mpStrArray)[nPos] = aRes.maString.getData(); } else { @@ -2526,7 +2526,7 @@ copyFirstFormulaBlock( pStrArray = rCxt.m_StrArrays.back().get(); } - (*pStrArray)[nPos] = aRes.maString.getDataIgnoreCase(); + (*pStrArray)[nPos] = aRes.maString.getData(); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits