Format string RTF-nopageinfo not working

  • Hello,

    it seems like the format string 'RTF-nopageinfo' is not working as supposed to (according to https://www.wpcubed.com/manuals/formatstrings.htm this should be a valid combination). The page info still gets written to the RTF.

    In TWPRTFWriter.WriteHeader the if-clause 'not (soNoPageFormatInRTF in FStoreOptions)' is always true no matter how the format string looks like. In my opinion the if-clause should be 'not OptNoPageInfo and not (soNoPageFormatInRTF in FStoreOptions)' like in other places in the same unit, shouldn't it? OptNoPageInfo is correctly set by the format string.

    Regards,
    Björn