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

--- Comment #11 from Dipankar Niranjan <[email protected]> ---
Hi kendy,

Do I have to do something along the lines of making something like
XMLExtendedTimeFieldImportContext (like XMLSenderFieldImportContext) for each
of the 15 constants in type.idl (EXTENDED_TIME is one amongst the 15), make it
inherit from XMLTextFieldImport context and  have a PrepareField() with the
lines 

aAny <<= text::textfield::Type::EXTENDED_TIME;
rPropSet->setPropertyValue(UNO_TC_PROP_TEXTFIELD_TYPE, aAny);

that you've mentioned in comment 1?


I spoke to Dennis regarding this and he thinks likewise too..
Thanks.

-- 
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