include/comphelper/windowsdebugoutput.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c7f19a6a38eb6796df6216ff3f014db30dd635a
Author: Tor Lillqvist <t...@collabora.com>
Date:   Sun Mar 25 12:55:37 2018 +0300

    Fix copy-paste error
    
    Change-Id: I01b20482aefadb1a755cc1d2f5705b2f7f7cf739

diff --git a/include/comphelper/windowsdebugoutput.hxx 
b/include/comphelper/windowsdebugoutput.hxx
index 0bb71dce99bf..9b7447657075 100644
--- a/include/comphelper/windowsdebugoutput.hxx
+++ b/include/comphelper/windowsdebugoutput.hxx
@@ -91,7 +91,7 @@ inline std::basic_ostream<charT, traits>& 
operator<<(std::basic_ostream<charT, t
         else if (IsEqualIID(rIid, IID_IdentityUnmarshal))
             stream << "=\"IdentityUnmarshal\"";
         else if (IsEqualIID(rIid, IID_IFastRundown))
-            stream << "=\"IdentityUnmarshal\"";
+            stream << "=\"IFastRundown\"";
         else if (IsEqualIID(rIid, IID_IStdMarshalInfo))
             stream << "=\"IStdMarshalInfo\"";
         else if (IsEqualIID(rIid, IID_IAgileObject))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to