On Sat, 2010-11-06 at 01:47 +0100, julien wrote:
Hello,
Here is a patch for calc\sc\source\filter
Hope i haven't made mistakes, there are 1 or 2 places where i hesitated.
Build your changes there, you'll get some build errors, in some cases
you'll need
aSortDescriptor[0].Name =
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_BINDFMT));
instead of
aSortDescriptor[0].Name =
RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_BINDFMT);
What I was wanting to avoid is the redundant rtl::OUStrings in
constructors, e.g.
rtl::OUString sFoo(rtl::OUSTRING(foo));
and rtl::OUString sFoo = rtl::OUString(foo);
for assignments however they're unavoidable
sFoo = rtl::OUString(foo);
C.
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.