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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
            Summary|Unchecking "Save preview    |Changing "Save preview
                   |image with this document"   |image with this document"
                   |does not work (DOC/DOCX)    |does not work (when Apply
                   |file format                 |User Data is also changed)
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]

--- Comment #7 from Justin L <[email protected]> ---
This is happening in SfxDocumentPage::FillItemSet. Because both of these are
aspects of SID_DOCINFO things get interesting. Apply User Data is handled first
and since there is no SID_DOCINFO in the rSet yet, it gets accepted.

Then it processes m_xUseThumbnailSaveCB. It checks if the *pInfoItem is the
same as is already there. It thought they were the same, because
SfxDocumentInfoItem::operator== does not check m_bUseThumbnailSave (or
m_bUseUserData).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to