On Wed, 2011-06-08 at 15:10 -0400, Kohei Yoshida wrote:
I'd like to have the following commit
http://cgit.freedesktop.org/libreoffice/calc/commit/?id=5743e7b36220e9689091812cef7a4396dd48c4e6
cherry-picked to the -3-4 branch in order to fix
https://bugs.freedesktop.org/show_bug.cgi?id=33705
Several people have told me that the unit test introduced in this commit
fails. If you experience this, please try changing
m_pDoc->SetString(0, 6, 0,
OUString(RTL_CONSTASCII_USTRINGPARAM("TRUE")));
m_pDoc->SetString(0, 7, 0,
OUString(RTL_CONSTASCII_USTRINGPARAM("FALSE")));
to
m_pDoc->SetString(0, 6, 0,
OUString(RTL_CONSTASCII_USTRINGPARAM("=TRUE()")));
m_pDoc->SetString(0, 7, 0,
OUString(RTL_CONSTASCII_USTRINGPARAM("=FALSE()")));
to see if that will solve the unit test failure issue. The test passes
in my build environment so I'm suggesting this entirely in blind, so I
don't want to check this in before confirming that this is indeed the
issue.
Thanks,
Kohei
--
Kohei Yoshida, LibreOffice hacker, Calc
<kyoshida@novell.com>
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.