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


On 09/08/2011 10:47 PM, julien2412 wrote:
Here is the pb :
             if( 0 )<--- Found duplicate if expressions.
             {
                 nFontID = EE_CHAR_FONTINFO_CJK;
                  nFontHeightID = EE_CHAR_FONTHEIGHT_CJK;
                 nWeightID = EE_CHAR_WEIGHT_CJK;
                 nPostureID = EE_CHAR_ITALIC_CJK;
             }
             else if( 0 )
             {
                 nFontID = EE_CHAR_FONTINFO_CTL;
                  nFontHeightID = EE_CHAR_FONTHEIGHT_CTL;
                 nWeightID = EE_CHAR_WEIGHT_CTL;
                 nPostureID = EE_CHAR_ITALIC_CTL;
             }
I checked the history, it's there since 16/11/2000 (commit
5dc708093d1ee179099abdcbf0c6f649b1c4deeb)

could anyone explain to me the purpose of this ? Just a typo ?

It's preceded by comment "to be implemented if module supports CJK" a few lines above at sd/source/ui/func/bulmaper.cxx:73, so I would say its something like commented-out code that still awaits implementation...

-Stephan

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.