summaryrefslogtreecommitdiff
path: root/sfx2/source/control/statcach.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/statcach.cxx')
-rw-r--r--sfx2/source/control/statcach.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx
index 7a47fb645a83..9891d850b40e 100644
--- a/sfx2/source/control/statcach.cxx
+++ b/sfx2/source/control/statcach.cxx
@@ -317,8 +317,6 @@ const SfxSlotServer* SfxStateCache::GetSlotServer( SfxDispatcher &rDispat , cons
}
-
-
// Set Status in all Controllers
void SfxStateCache::SetState
@@ -340,7 +338,6 @@ void SfxStateCache::SetState
}
-
void SfxStateCache::SetVisibleState( bool bShow )
{
if ( bShow != bItemVisible )
@@ -386,7 +383,6 @@ void SfxStateCache::SetVisibleState( bool bShow )
}
-
void SfxStateCache::SetState_Impl
(
SfxItemState eState, // <SfxItemState> from 'pState'
@@ -447,7 +443,6 @@ void SfxStateCache::SetState_Impl
}
-
// Set old status again in all the controllers
void SfxStateCache::SetCachedState( bool bAlways )
@@ -477,7 +472,6 @@ void SfxStateCache::SetCachedState( bool bAlways )
}
-
css::uno::Reference< css::frame::XDispatch > SfxStateCache::GetDispatch() const
{
if ( pDispatch )