callcatcher: update list

This commit is contained in:
Caolán McNamara
2011-10-03 09:36:27 +01:00
parent dd0602b18a
commit 9efb60f39f
4 changed files with 2 additions and 36 deletions

View File

@@ -144,7 +144,6 @@ public:
~SfxTabDialogController();
DECL_LINK( Execute_Impl, void* );
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
};
@@ -153,21 +152,6 @@ SfxTabDialogController::~SfxTabDialogController()
delete pSet;
}
IMPL_LINK( SfxTabDialogController, Execute_Impl, void*, pVoid )
{
(void)pVoid; //unused
if ( pDialog->OK_Impl() && pDialog->Ok() )
{
const SfxPoolItem* aItems[2];
SfxTabDialogItem aItem( GetId(), *pDialog->GetOutputItemSet() );
aItems[0] = &aItem;
aItems[1] = NULL;
GetBindings().Execute( GetId(), aItems );
}
return 0;
}
void SfxTabDialogController::StateChanged( sal_uInt16 /*nSID*/, SfxItemState /*eState*/, const SfxPoolItem* pState )
{
const SfxSetItem* pSetItem = PTR_CAST( SfxSetItem, pState );

View File

@@ -100,7 +100,6 @@ protected:
sal_Bool bMySet; // sal_True: Set loeschen im dtor
SfxStyleSheetBase(); // do not use!
SfxStyleSheetBase( const UniString&, SfxStyleSheetBasePool&, SfxStyleFamily eFam, sal_uInt16 mask );
SfxStyleSheetBase( const SfxStyleSheetBase& );
virtual ~SfxStyleSheetBase();

View File

@@ -154,25 +154,6 @@ SfxStyleSheetBase::SfxStyleSheetBase( const SfxStyleSheetBase& r )
pSet = NULL;
}
static SfxStyleSheetBasePool& implGetStaticPool()
{
static SfxStyleSheetBasePool* pSheetPool = 0;
static SfxItemPool* pBasePool = 0;
if( !pSheetPool )
{
UniString aName;
pBasePool = new SfxItemPool( aName, 0, 0, 0 );
pSheetPool = new SfxStyleSheetBasePool(*pBasePool);
}
return *pSheetPool;
}
SfxStyleSheetBase::SfxStyleSheetBase()
: comphelper::OWeakTypeObject()
, rPool( implGetStaticPool() )
{
}
SfxStyleSheetBase::~SfxStyleSheetBase()
{
#ifdef DBG_UTIL

View File

@@ -2032,6 +2032,8 @@ chart::EquidistantTickIter::gotoIndex(int)
chart::UndoContext::UndoContext(com::sun::star::uno::Reference<com::sun::star::document::XUndoManager> const&, rtl::OUString const&)
chart::UndoContext::~UndoContext()
chelp::Databases::getInstallPathAsSystemPath()
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
cmis::Content::queryChildren(std::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
codemaker::cpp::typeToPrefix(TypeManager const&, rtl::OString const&)
comphelper::AccessibleEventBuffer::AccessibleEventBuffer()
comphelper::AccessibleEventBuffer::sendEvents() const