diff options
-rw-r--r-- | include/comphelper/windowsdebugoutput.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |