diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-21 16:23:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-25 15:16:59 +0200 |
commit | f6cef562c01b34f88f54cff551e9ebe3e2f4fc2a (patch) | |
tree | 53feb721279527f94f68df0f029dbfeba7d5a1da /sfx2/source/control/bindings.cxx | |
parent | 2a4ac6cc8179282d80532da0e97c983a2527abe3 (diff) |
remove unused method SfxBindings::GetDispatchProvider_Impl()
Change-Id: Ie2a04a2b5056bf607911f9705c06b74b9637d211
Diffstat (limited to 'sfx2/source/control/bindings.cxx')
-rw-r--r-- | sfx2/source/control/bindings.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx index 3f7091c84bdb..1b3d176a683f 100644 --- a/sfx2/source/control/bindings.cxx +++ b/sfx2/source/control/bindings.cxx @@ -2180,11 +2180,6 @@ void SfxBindings::SetDispatchProvider_Impl( const ::com::sun::star::uno::Referen 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 { SfxViewFrame *pFrame = pDispatcher->GetFrame(); |