[Libreoffice-commits] core.git: include/comphelper
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 11 23:59:55 UTC 2019
include/comphelper/windowsdebugoutput.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 74288f5af28de3d14044c951e7e5d62bb2e22301
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Fri Apr 12 01:56:03 2019 +0200
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Fri Apr 12 01:59:17 2019 +0200
Fix build after 9be7991df15da9d4d954eeac1ec342ad1a2b7467
Change-Id: Ie4b756000c478a2e0a745571c6eda021665406b4
Reviewed-on: https://gerrit.libreoffice.org/70616
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
Tested-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/include/comphelper/windowsdebugoutput.hxx b/include/comphelper/windowsdebugoutput.hxx
index 7033b811a66c..45a38d007bc3 100644
--- a/include/comphelper/windowsdebugoutput.hxx
+++ b/include/comphelper/windowsdebugoutput.hxx
@@ -424,7 +424,7 @@ inline std::basic_ostream<charT, traits>& operator<<(std::basic_ostream<charT, t
stream << "(null)";
else
stream << std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t>().to_bytes(
- rVariant.bstrVal));
+ rVariant.bstrVal);
break;
case VT_DISPATCH:
stream << rVariant.pdispVal;
More information about the Libreoffice-commits
mailing list