summaryrefslogtreecommitdiff
path: root/cppu/source/LogBridge/LogBridge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/LogBridge/LogBridge.cxx')
-rw-r--r--cppu/source/LogBridge/LogBridge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/LogBridge/LogBridge.cxx b/cppu/source/LogBridge/LogBridge.cxx
index a39fbad6f0ff..c0dc02c243ad 100644
--- a/cppu/source/LogBridge/LogBridge.cxx
+++ b/cppu/source/LogBridge/LogBridge.cxx
@@ -139,7 +139,7 @@ bool LogBridge::v_isValid(OUString * pReason)
SAL_INFO("cppu.log", "" << *static_cast<sal_Int8*>(pArg));
break;
case typelib_TypeClass_CHAR:
- SAL_INFO("cppu.log", "" << *static_cast<sal_Char*>(pArg));
+ SAL_INFO("cppu.log", "" << *static_cast<char*>(pArg));
break;
case typelib_TypeClass_SHORT:
case typelib_TypeClass_UNSIGNED_SHORT: