summaryrefslogtreecommitdiffstats
path: root/registry/tools/checksingleton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/checksingleton.cxx')
-rw-r--r--registry/tools/checksingleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index 1eb3dd09ca7c..8f470bee4da8 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -445,7 +445,7 @@ int _cdecl main( int argc, char * argv[] )
typeKey = typeRoot;
}
- if ( indexRoot.createKey(OUString::createFromAscii("SINGLETONS"), singletonKey) )
+ if ( indexRoot.createKey(OUString(RTL_CONSTASCII_USTRINGPARAM("SINGLETONS")), singletonKey) )
{
fprintf(stderr, "%s: open/create SINGLETONS key of registry \"%s\" failed\n",
options.getProgramName().getStr(), options.getIndexReg().getStr());