summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration/implreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/implementationregistration/implreg.cxx')
-rw-r--r--stoc/source/implementationregistration/implreg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/implementationregistration/implreg.cxx b/stoc/source/implementationregistration/implreg.cxx
index 3490320f9aa8..bceef4b026ea 100644
--- a/stoc/source/implementationregistration/implreg.cxx
+++ b/stoc/source/implementationregistration/implreg.cxx
@@ -972,7 +972,7 @@ static void insert_singletons(
OUStringBuffer buf( 64 );
buf.append( "existing singleton service (" );
buf.append( singleton_name );
- buf.append( (sal_Unicode)'=' );
+ buf.append( '=' );
buf.append( existing_name );
buf.append( ") does not support given one: " );
buf.append( service_name );