summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-03-25 12:55:37 +0300
committerAndras Timar <andras.timar@collabora.com>2018-03-28 00:05:09 +0200
commitc4ff1027fed8ee79fffd36fee9dac6788a9a579d (patch)
tree35198adcc0a01eefe0d0264bb486ce898ab1fcee /include
parent1f592e4eac40f9e1b291fb82fe77c6da31c1ab43 (diff)
Fix copy-paste error
Change-Id: I01b20482aefadb1a755cc1d2f5705b2f7f7cf739 (cherry picked from commit 9c7f19a6a38eb6796df6216ff3f014db30dd635a)
Diffstat (limited to 'include')
-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 17c60b3d74cc..b8edf723443f 100644
--- a/include/comphelper/windowsdebugoutput.hxx
+++ b/include/comphelper/windowsdebugoutput.hxx
@@ -87,7 +87,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))