summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-09 09:13:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-09 09:23:10 +0100
commit20de64b70e885b221317cf2a021829bc575d269c (patch)
tree82161740041406e05024c1b385fea6cdbabf9093 /unotools/source/config
parente54fd4b67db9dde9a36fe2ffd5fb4fde3d490c3b (diff)
callcatcher: various unused code
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/configvaluecontainer.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index a7fc30699218..999d3a64fc5f 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -322,16 +322,6 @@ namespace utl
implRegisterExchangeLocation( aNewAccessor );
}
- void OConfigurationValueContainer::registerNullValueExchangeLocation( const sal_Char* _pRelativePath, Any* _pContainer )
- {
- // build an accessor for this container
- NodeValueAccessor aNewAccessor( ::rtl::OUString::createFromAscii( _pRelativePath ) );
- aNewAccessor.bind( _pContainer );
-
- // insert it into our structure
- implRegisterExchangeLocation( aNewAccessor );
- }
-
void OConfigurationValueContainer::read( )
{
std::for_each(