Kaydet (Commit) f6cef562 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused method SfxBindings::GetDispatchProvider_Impl()

Change-Id: Ie2a04a2b5056bf607911f9705c06b74b9637d211
üst 2a4ac6cc
...@@ -167,7 +167,6 @@ public: ...@@ -167,7 +167,6 @@ public:
const SfxPoolItem **pInternalArgs = 0); const SfxPoolItem **pInternalArgs = 0);
SAL_DLLPRIVATE void SetDispatchProvider_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > & rFrame ); SAL_DLLPRIVATE void SetDispatchProvider_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > & rFrame );
SAL_DLLPRIVATE const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > & GetDispatchProvider_Impl() const;
void SetActiveFrame( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > & rFrame ); void SetActiveFrame( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > & rFrame );
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > GetActiveFrame() const; const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > GetActiveFrame() const;
// Reconfig // Reconfig
......
...@@ -2180,11 +2180,6 @@ void SfxBindings::SetDispatchProvider_Impl( const ::com::sun::star::uno::Referen ...@@ -2180,11 +2180,6 @@ void SfxBindings::SetDispatchProvider_Impl( const ::com::sun::star::uno::Referen
pImp->pSubBindings->SetDispatchProvider_Impl( pImp->xProv ); pImp->pSubBindings->SetDispatchProvider_Impl( pImp->xProv );
} }
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > & SfxBindings::GetDispatchProvider_Impl() const
{
return pImp->xProv;
}
SystemWindow* SfxBindings::GetSystemWindow() const SystemWindow* SfxBindings::GetSystemWindow() const
{ {
SfxViewFrame *pFrame = pDispatcher->GetFrame(); SfxViewFrame *pFrame = pDispatcher->GetFrame();
......
...@@ -107,7 +107,6 @@ SdrItemBrowser::ForceParent() ...@@ -107,7 +107,6 @@ SdrItemBrowser::ForceParent()
SdrItemBrowser::SdrItemBrowser(SdrView&) SdrItemBrowser::SdrItemBrowser(SdrView&)
SfxAcceleratorConfigPage::Create(Window*, SfxItemSet const&) SfxAcceleratorConfigPage::Create(Window*, SfxItemSet const&)
SfxAppMenuControl_Impl::RegisterControl(unsigned short, SfxModule*) SfxAppMenuControl_Impl::RegisterControl(unsigned short, SfxModule*)
SfxBindings::GetDispatchProvider_Impl() const
SfxBindings::GetSlot(unsigned short) SfxBindings::GetSlot(unsigned short)
SfxBindings::GetSystemWindow() const SfxBindings::GetSystemWindow() const
SfxDispatcher::IsOnTop(SfxShell const&) SfxDispatcher::IsOnTop(SfxShell 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