Kaydet (Commit) 9846e25d authored tarafından Santiago Martinez's avatar Santiago Martinez Kaydeden (comit) Michael Meeks

Remove unused code in XMLTextListAutoStylePool.

üst aafcf8c8
......@@ -535,7 +535,6 @@ XMLPropertyBackpatcher<short>::XMLPropertyBackpatcher(char const*)
XMLPropertyBackpatcher<short>::XMLPropertyBackpatcher(char const*, char const*, unsigned char, short)
XMLPropertyBackpatcher<short>::XMLPropertyBackpatcher(rtl::OUString const&, rtl::OUString const&, unsigned char, short)
XMLTextFieldExport::ProcessDate(xmloff::token::XMLTokenEnum, com::sun::star::util::Date const&, unsigned short)
XMLTextListAutoStylePool::HasName(rtl::OUString const&) const
XMLTextListAutoStylePoolNames_Impl::GetPos(rtl::OUString const*) const
XMLTextListAutoStylePoolNames_Impl::Remove(rtl::OUString*)
XMLTextListAutoStylePool_Impl::GetPos(XMLTextListAutoStylePoolEntry_Impl const*) const
......
......@@ -67,7 +67,6 @@ public:
~XMLTextListAutoStylePool();
void RegisterName( const ::rtl::OUString& rName );
sal_Bool HasName( const ::rtl::OUString& rName ) const;
::rtl::OUString Add(
const ::com::sun::star::uno::Reference <
......
......@@ -203,11 +203,6 @@ void XMLTextListAutoStylePool::RegisterName( const OUString& rName )
delete pName;
}
sal_Bool XMLTextListAutoStylePool::HasName( const OUString& rName ) const
{
return pNames->Seek_Entry( &rName, 0 );
}
sal_uInt32 XMLTextListAutoStylePool::Find( XMLTextListAutoStylePoolEntry_Impl* pEntry ) const
{
sal_uLong nPos;
......
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