summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_ios_arm/except.cxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_ios_arm/except.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx b/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx
index 2f1df7a85adb..1ab474212989 100644
--- a/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_ios_arm/except.cxx
@@ -144,7 +144,7 @@ static OUString toUNOname( char const * p ) SAL_THROW(())
buf.appendAscii( p, n );
p += n;
if ('E' != *p)
- buf.append( (sal_Unicode)'.' );
+ buf.append( '.' );
}
OUString result( buf.makeStringAndClear() );