Kaydet (Commit) b950727a authored tarafından Greg Kroah-Hartman's avatar Greg Kroah-Hartman Kaydeden (comit) Caolán McNamara

utl: delete unused NodeValueAccessor::bind() method

üst e78c13f7
...@@ -68,7 +68,6 @@ namespace utl ...@@ -68,7 +68,6 @@ namespace utl
NodeValueAccessor( const ::rtl::OUString& _rNodePath ); NodeValueAccessor( const ::rtl::OUString& _rNodePath );
void bind( void* _pLocation, const Type& _rType ); void bind( void* _pLocation, const Type& _rType );
void bind( Any* _pLocation );
bool isBound( ) const { return ( ltUnbound != eLocationType ) && ( NULL != pLocation ); } bool isBound( ) const { return ( ltUnbound != eLocationType ) && ( NULL != pLocation ); }
const ::rtl::OUString& getPath( ) const { return sRelativePath; } const ::rtl::OUString& getPath( ) const { return sRelativePath; }
...@@ -103,15 +102,6 @@ namespace utl ...@@ -103,15 +102,6 @@ namespace utl
aDataType = _rType; aDataType = _rType;
} }
void NodeValueAccessor::bind( Any* _pLocation )
{
DBG_ASSERT( !isBound(), "NodeValueAccessor::bind: already bound!" );
eLocationType = ltAnyInstance;
pLocation = _pLocation;
aDataType = ::getCppuType( _pLocation );
}
#ifndef UNX #ifndef UNX
static static
#endif #endif
......
...@@ -1541,7 +1541,6 @@ ucbhelper::Content::getPropertyValues(com::sun::star::uno::Sequence<int> const&) ...@@ -1541,7 +1541,6 @@ ucbhelper::Content::getPropertyValues(com::sun::star::uno::Sequence<int> const&)
ucbhelper::Content::insertNewContent(rtl::OUString const&, com::sun::star::uno::Sequence<int> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, ucbhelper::Content&) ucbhelper::Content::insertNewContent(rtl::OUString const&, com::sun::star::uno::Sequence<int> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, ucbhelper::Content&)
ucbhelper::ContentBroker::ContentBroker(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, std::__debug::vector<ucbhelper::ContentProviderData, std::allocator<ucbhelper::ContentProviderData> > const&) ucbhelper::ContentBroker::ContentBroker(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, std::__debug::vector<ucbhelper::ContentProviderData, std::allocator<ucbhelper::ContentProviderData> > const&)
ucbhelper::SimpleCertificateValidationRequest::getResponse() const ucbhelper::SimpleCertificateValidationRequest::getResponse() const
utl::NodeValueAccessor::bind(com::sun::star::uno::Any*)
utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const
utl::TransliterationWrapper::compareSubstring(String const&, int, int, String const&, int, int) const utl::TransliterationWrapper::compareSubstring(String const&, int, int, String const&, int, int) const
vcl::I18nHelper::GetDate(Date const&) const vcl::I18nHelper::GetDate(Date const&) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment