summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-03-25 12:55:37 +0300
committerTor Lillqvist <tml@collabora.com>2018-03-25 12:55:37 +0300
commit9c7f19a6a38eb6796df6216ff3f014db30dd635a (patch)
tree19d706cb002151022b7b5b33d748f6b06b714f5d
parent08953137a4cba86e033d9c102ac679277cbc2f27 (diff)
Fix copy-paste error
Change-Id: I01b20482aefadb1a755cc1d2f5705b2f7f7cf739
-rw-r--r--include/comphelper/windowsdebugoutput.hxx2
1 files changed, 1 insertions, 1 deletions
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))