Kaydet (Commit) a43bd907 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: remove some unused code

üst 2371d13d
......@@ -126,22 +126,6 @@ namespace utl
return createNode( ::rtl::OUString::createFromAscii( _pAsciiName ) );
}
/** appends a node under a new name
If the object represents a set node, this method may be used to create a new child. For non-set-nodes, the
method will fail.<br/>
Unless the respective operations on the pure configuration API, the to-be-created node immediately
becomes a part of it's hierarchy, no explicit insertion is necessary.
@param _rName name for the new child. Must be level-1-depth.
@param _aNewNode the node which should be appended
*/
OConfigurationNode appendNode(const ::rtl::OUString& _rName,const OConfigurationNode& _aNewNode) const throw();
OConfigurationNode appendNode( const sal_Char* _pAsciiName, const OConfigurationNode& _aNewNode ) const
{
return appendNode( ::rtl::OUString::createFromAscii( _pAsciiName ), _aNewNode );
}
/** remove an existent child nod
If the object represents a set node, this method may be used to delete an existent child. For non-set-nodes,
......
......@@ -296,11 +296,6 @@ namespace utl
return OConfigurationNode();
}
//------------------------------------------------------------------------
OConfigurationNode OConfigurationNode::appendNode(const ::rtl::OUString& _rName,const OConfigurationNode& _aNewNode) const throw()
{
return insertNode(_rName,_aNewNode.m_xDirectAccess);
}
//------------------------------------------------------------------------
OConfigurationNode OConfigurationNode::openNode(const ::rtl::OUString& _rPath) const throw()
{
......
......@@ -77,6 +77,7 @@ ScDPCache::ClearGroupFields()
ScDPCache::GetGroupDimMemberValues(long) const
ScDPCache::GetGroupFieldCount() const
ScDPInitState::GetNameIdForIndex(long) const
ScDPItemData::ScDPItemData(double)
ScDPItemData::SetGroupValue(int, int)
ScDPLabelData::ScDPLabelData(rtl::OUString const&, short, bool)
ScDPResultData::IsInGroup(ScDPItemData const&, long, long, long) const
......@@ -1037,5 +1038,4 @@ sw::util::AuthorInfos::Insert(sw::util::AuthorInfo* const*, unsigned short)
sw::util::AuthorInfos::Insert(sw::util::AuthorInfos const*, unsigned short, unsigned short)
sw::util::AuthorInfos::Remove(sw::util::AuthorInfo* const&, unsigned short)
sw::util::AuthorInfos::Remove(unsigned short, unsigned short)
utl::OConfigurationNode::appendNode(rtl::OUString const&, utl::OConfigurationNode const&) const
vcl::PDFWriter::DrawPixel(Polygon const&, Color 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