summaryrefslogtreecommitdiff
path: root/registry/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit1a784f6768595b62ce05076f22a2c93b90e24cc3 (patch)
tree5ec849b506400ce23a004d352e50414375993297 /registry/source
parent8f9181922c32e5e47d11b2537e706aadb7c38407 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'registry/source')
-rw-r--r--registry/source/registry.cxx2
-rw-r--r--registry/source/regkey.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index 89028260e0c1..cb145b3910c2 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -605,7 +605,7 @@ RegError REGISTRY_CALLTYPE reg_openRootKey(RegHandle hRegistry,
//*********************************************************************
// reg_getName
//
-const RegError REGISTRY_CALLTYPE reg_getName(RegHandle hRegistry, rtl_uString** pName)
+RegError REGISTRY_CALLTYPE reg_getName(RegHandle hRegistry, rtl_uString** pName)
{
return getName(hRegistry, pName);
}
diff --git a/registry/source/regkey.cxx b/registry/source/regkey.cxx
index 04594bc8b178..5c63c9cde09f 100644
--- a/registry/source/regkey.cxx
+++ b/registry/source/regkey.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: regkey.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.7.8.1 $
*
* This file is part of OpenOffice.org.
*
@@ -1053,7 +1053,7 @@ RegError REGISTRY_CALLTYPE reg_closeKey(RegKeyHandle hKey)
//*********************************************************************
// reg_getKeyName
//
-const RegError REGISTRY_CALLTYPE reg_getKeyName(RegKeyHandle hKey, rtl_uString** pKeyName)
+RegError REGISTRY_CALLTYPE reg_getKeyName(RegKeyHandle hKey, rtl_uString** pKeyName)
{
if (hKey)
{