Comment 7 for bug 254857

Revision history for this message
sas (sas-sas) wrote :

Maybe the best way to do the syncing is with title() and setTitle() member functions for SPDocument (in document.cpp). The title() function would call title() on the root element, and if that returns NULL would then attempt to get the title from the document metadata. The setTitle() function would call setTitle() on the root element, and would also set the title in the document metadata.