On Mon, Jun 04, 2012 at 01:29:02PM +0200, Michael Stahl <mstahl@redhat.com> wrote:
pushed to libreoffice-3-5
why does the tokenizer store the sprms in a vector anyway, would a map
or hash_map perhaps be more suitable?
Check the ones, where the set() is called with false, i.e. not
overwriting previous sprms:
grep '\.set(.*false' source/rtftok/rtfdocumentimpl.cxx
Tables and numberings are the only ones, where repeated sprms are
necessary, I think. (Without them, a map would work, yes.)
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.