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.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index dff88933905e..ecb950a30aba 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -1137,8 +1137,6 @@ void SfxBindings::UpdateSlotServer_Impl()
{
if ( !nRegLevel )
{
- css::uno::Reference < css::frame::XFrame > xFrame
- ( pDispatcher->GetFrame()->GetFrame().GetFrameInterface(), UNO_QUERY );
pImpl->bContextChanged = false;
}
else
@@ -1728,7 +1726,6 @@ bool SfxBindings::IsInUpdate() const
void SfxBindings::SetVisibleState( sal_uInt16 nId, bool bShow )
{
- css::uno::Reference< css::frame::XDispatch > xDisp;
SfxStateCache *pCache = GetStateCache( nId );
if ( pCache )
pCache->SetVisibleState( bShow );