Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Michael, *

2011. 07. 26, kedd keltezéssel 17.06-kor Michael Meeks ezt írta:
On Tue, 2011-07-26 at 15:17 +0200, Andras Timar wrote:
I'd like to add the bugfix for
https://bugs.freedesktop.org/show_bug.cgi?id=32895
Somebody some day marked it as critical.

      :-) So - I'm not a huge fan of the code. What does:

+ for( int i = 0; i < nCount; ++i )
+ {
+ if( rString == ResId::toString( (const ResId)SfxResId( (sal_uInt16)(nSourceResIds + i) ) ) )
+ {
+ return ResId::toString( (const ResId)SfxResId( (sal_uInt16)(nDestResIds + i) ) );
+ }
+ }

      do ? it looks a tad baroque to me. I also dislike seeing it cut/pasted
into impress as well.

The bug (fdo#32895), which we are talking about affects 'dlgass' (the
welcoming wizard of impress) and dialogue 'doctempl' (Impress -> File ->
Templates -> Save).

While 'doctempl' uses the template handling module of sfx2,
unfortunately, 'dlgass' uses TemplateScanner (inside sd/source/ui/{inc,
gui}) which seems to be a re-implementation of a subset of the services
granted by the template handling module in sfx2.

So that's why I copy/pasted the mentioned code snippet.

Sorry, but I don't really get what do you mean by 'tad baroque'.


      Can we get a cleaner reading patch, that re-uses that in impress ? :-)

I think the best would be to make Impress/ui stuff use the sfx2 template
handling and eliminate TemplateScanner. Would you like me to do that?


      ATB,

              Michael.


Best regards,
  Péter


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.