Kaydet (Commit) 8af1b357 authored tarafından Santiago Martinez's avatar Santiago Martinez Kaydeden (comit) Radek Doulik

Remove unused code.

üst 545a5589
......@@ -238,7 +238,6 @@ protected:
XPropertyList( XPropertyListType t, const String& rPath,
XOutdevItemPool* pXPool = NULL );
void Clear();
public:
virtual ~XPropertyList();
......
......@@ -91,21 +91,6 @@ XPropertyList::~XPropertyList()
SfxItemPool::Free(pXPool);
}
void XPropertyList::Clear()
{
for( size_t i = 0, n = aList.size(); i < n; ++i ) {
delete aList[ i ];
}
aList.clear();
if( pBmpList )
{
for ( size_t i = 0, n = pBmpList->size(); i < n; ++i ) {
delete (*pBmpList)[ i ];
}
pBmpList->clear();
}
}
long XPropertyList::Count() const
{
if( bListDirty )
......
......@@ -622,7 +622,6 @@ XMLTextListAutoStylePoolNames_Impl::Remove(rtl::OUString*)
XMLTextListAutoStylePool_Impl::GetPos(XMLTextListAutoStylePoolEntry_Impl const*) const
XMLTextListAutoStylePool_Impl::Remove(XMLTextListAutoStylePoolEntry_Impl*)
XMLVisAreaContext::XMLVisAreaContext(SvXMLImport&, unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&, Rectangle&, short)
XPropertyList::Clear()
XWindowItem::XWindowItem(unsigned short, Window*)
XWindowItem::XWindowItem(unsigned short, com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&)
XclExpFontBuffer::Insert(ScPatternAttr const&, short, XclExpColorType, bool)
......
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