https://issues.apache.org/ooo/show_bug.cgi?id=123407

--- Comment #9 from Armin Le Grand <armin.le.gr...@me.com> ---
ALG: Comparing with AOO34 where it works; there, CF_DIB is fetched from
clipboard (8) instead of CF_DIBV5 (17). MS says in its docu that CF_DIB is
converted to CF_DIBV5 if that is asked for (see
http://msdn.microsoft.com/en-us/library/windows/desktop/ms649013%28v=vs.85%29.aspx).
This does not happen in case of Paint clipboard content; a CF_DIB has to be
fetched.
The decision depends on the table in ftransl.cxx (see
CDataFormatTranslator::initTranslationTable()). Maybe CF_DIBV5 shoubd be
removed again; it seems to lead to problems. Thus there are two possible fixes:

(a) Add fallbacks to read other clipboard formats in Writer and Calc
(b) Put CF_DIBV5 behind CF_DIB in tables

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to