summaryrefslogtreecommitdiff
path: root/sfx2/source/control/bindings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/bindings.cxx')
-rw-r--r--sfx2/source/control/bindings.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index 2da67793cd..db06b536ec 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -345,14 +345,6 @@ void SfxBindings::DeleteControllers_Impl()
//--------------------------------------------------------------------
-SfxPopupAction SfxBindings::GetPopupAction_Impl() const
-{
- return pImp->ePopupAction;
-}
-
-
-//--------------------------------------------------------------------
-
void SfxBindings::HidePopups( bool bHide )
{
// Hide SfxPopupWindows
@@ -1119,12 +1111,6 @@ sal_Bool SfxBindings::Execute( sal_uInt16 nId, const SfxPoolItem** ppItems, sal_
return ( pRet != 0 );
}
-void SfxBindings::ExecuteGlobal_Impl( sal_uInt16 nId )
-{
- if( nId && pDispatcher )
- Execute_Impl( nId, NULL, 0, SFX_CALLMODE_ASYNCHRON, NULL, sal_True );
-}
-
const SfxPoolItem* SfxBindings::Execute_Impl( sal_uInt16 nId, const SfxPoolItem** ppItems, sal_uInt16 nModi, SfxCallMode nCallMode,
const SfxPoolItem **ppInternalArgs, sal_Bool bGlobalOnly )
{