include/comphelper/windowsdebugoutput.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 4fa902d1c16ddafbe1e3dbf396c96487fdef3ddc Author: Tor Lillqvist <t...@collabora.com> Date: Wed Mar 14 13:58:41 2018 +0200 Add IMarshal2 to IIDs recognized Change-Id: Ib5a1da6666ff3a136c05374f10b7ca138c14492d diff --git a/include/comphelper/windowsdebugoutput.hxx b/include/comphelper/windowsdebugoutput.hxx index ac8f0be943f2..da5acbb5a8d9 100644 --- a/include/comphelper/windowsdebugoutput.hxx +++ b/include/comphelper/windowsdebugoutput.hxx @@ -84,6 +84,8 @@ inline std::basic_ostream<charT, traits>& operator<<(std::basic_ostream<charT, t if (IsEqualIID(rIid, IID_IMarshal)) stream << "=\"IMarshal\""; + else if (IsEqualIID(rIid, IID_IMarshal2)) + stream << "=\"IMarshal2\""; else if (IsEqualIID(rIid, IID_INoMarshal)) stream << "=\"INoMarshal\""; else if (IsEqualIID(rIid, IID_IdentityUnmarshal)) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits