https://bugs.documentfoundation.org/show_bug.cgi?id=100961

--- Comment #17 from Justin L <[email protected]> ---
That grffldEnd is loaded into WW8FieldDesc.nOpt.

So I think we want to set our date and time fields to DATE_FIX
enum SwDateSubFormat
{
    DATE_FIX,   #never used. Gets converted to FIXEDFLD(aka 1 - so confusing)
    DATE_VAR    #this is the one to search for. 
};
as well as setting the field's time to what was stored in the file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to