[Libreoffice-commits] core.git: include/comphelper

Tor Lillqvist tml at collabora.com
Wed Mar 14 12:06:09 UTC 2018


 include/comphelper/windowsdebugoutput.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4fa902d1c16ddafbe1e3dbf396c96487fdef3ddc
Author: Tor Lillqvist <tml at 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))


More information about the Libreoffice-commits mailing list