summaryrefslogtreecommitdiffstats
path: root/UnoControls/source/base/registercontrols.cxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-10-31 21:34:25 -0700
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-01 00:16:13 -0500
commitddec70f39e40eea43b8a3380edbb2086dcfb73ac (patch)
tree96f66959f84ae5dd7c72addd5f7bbe7e7fb3d4e1 /UnoControls/source/base/registercontrols.cxx
parentUse RTL_CONSTASCII_USTRINGPARAM macro (diff)
downloadcore-ddec70f39e40eea43b8a3380edbb2086dcfb73ac.tar.gz
core-ddec70f39e40eea43b8a3380edbb2086dcfb73ac.zip
Macro Cleanup in UNO land.
Diffstat (limited to 'UnoControls/source/base/registercontrols.cxx')
-rw-r--r--UnoControls/source/base/registercontrols.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/base/registercontrols.cxx b/UnoControls/source/base/registercontrols.cxx
index ffe3a6eac1d6..e8f58b8fa7f2 100644
--- a/UnoControls/source/base/registercontrols.cxx
+++ b/UnoControls/source/base/registercontrols.cxx
@@ -112,7 +112,7 @@ using namespace ::com::sun::star::registry ;
sKeyName += OUString::createFromAscii( "/UNO/SERVICES" ); \
\
/* Create new key with new name. */ \
- xNewKey = xKey->createKey( sKeyName ); \
+ xNewKey = xKey->createKey( sKeyName ); \
\
/* If this new key valid ... */ \
if ( xNewKey.is () ) \