<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
> > if (foo.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("XXXXX")))<br><div>> > if (foo.equals(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("XXXXX"))))<br>> ><br>> > can be written as<br>> ><br>> > if( foo == "XXXXX" )<br>> <br>> This has to be the biggest improvement in OOo/LO codebase readability<br>> ever! Incredibly nice!<br>> <br><br>Hi! Yesterday I started to replace all occurences of equalsAsciiL to ==. There are 1898 more :)<br>compiling sc gave me an error:<br><br> szabolcs@linux-jfhj:~/core> make sc debug=true<br> cd sc && make -j 2 -rs gb_PARTIALBUILD=T<br> [ build CXX ] sc/source/core/data/column3.cxx<br> [ build DEP ] LNK:Library/libsclo.so<br> [ build LNK ] Library/libsclo.so<br> /home/szabolcs/core/workdir/unxlngx6.pro/CxxObject/sc/source/core/data/column3.o: In function `void boost::checked_delete<ScNoteCell>(ScNoteCell*)':<br> /home/szabolcs/core/solver/unxlngx6.pro/inc/boost/checked_delete.hpp:34: undefined reference to `ScNoteCell::~ScNoteCell()'<br> collect2: ld returned 1 exit status<br> make[1]: *** [/home/szabolcs/core/workdir/unxlngx6.pro/LinkTarget/Library/libsclo.so] Error 1<br> make: *** [sc] Error 2<br><br>Is this error related to the changes I made? All other modules compiled just fine.<br><br>Szabolcs<br></div>                                            </div></body>
</html>