summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-16 14:59:34 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-16 14:59:34 +0100
commit2241dfcdf029fcce801d65f4277131e0a5871f72 (patch)
treea2baac322778efaf10efa81e6b2e623f099c473b /dbaccess
parent13d3aea01f403677fb9ec1b8c6e73310b5586c11 (diff)
ooops, broke the removal of registrations with the previous changed, fixed that
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/databaseregistrations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databaseregistrations.cxx b/dbaccess/source/core/dataaccess/databaseregistrations.cxx
index f81829c64cd2..5b4f42586a4b 100644
--- a/dbaccess/source/core/dataaccess/databaseregistrations.cxx
+++ b/dbaccess/source/core/dataaccess/databaseregistrations.cxx
@@ -329,7 +329,7 @@ namespace dbaccess
// revoke
if ( aNodeForName.isReadonly()
- || !m_aConfigurationRoot.removeNode( _Name )
+ || !m_aConfigurationRoot.removeNode( aNodeForName.getLocalName() )
)
throw IllegalAccessException( ::rtl::OUString(), *this );