summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/shared/component.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/shared/component.cxx')
-rw-r--r--bridges/source/cpp_uno/shared/component.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/shared/component.cxx b/bridges/source/cpp_uno/shared/component.cxx
index bacd9a721348..c6ec241ad367 100644
--- a/bridges/source/cpp_uno/shared/component.cxx
+++ b/bridges/source/cpp_uno/shared/component.cxx
@@ -110,12 +110,12 @@ static void s_stub_computeObjectIdentifier(va_list * pParam)
// interface
OUStringBuffer oid( 64 );
oid.append( reinterpret_cast< sal_Int64 >(xHome.get()), 16 );
- oid.append( (sal_Unicode)';' );
+ oid.append( ';' );
// ;environment[context]
oid.append(
*reinterpret_cast< OUString const * >(
&((uno_Environment *) pEnv)->pTypeName ) );
- oid.append( (sal_Unicode)'[' );
+ oid.append( '[' );
oid.append(
reinterpret_cast< sal_Int64 >(
((uno_Environment *)pEnv)->pContext),