summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/workwin.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-28 22:47:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-29 10:56:17 +0100
commit9d38c61e96058d4c8d9ef5bea035f86281aa7a79 (patch)
tree39bd98a6c79d0522d606cd1fce0bafe6b1bc6262 /sfx2/source/appl/workwin.cxx
parent8b2f557ea51995c5b2b6d25457b1023346e33b8c (diff)
callcatcher: ditch various unused methods
Diffstat (limited to 'sfx2/source/appl/workwin.cxx')
-rw-r--r--sfx2/source/appl/workwin.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index a1d9def3d7aa..9238fa0f2255 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -2753,17 +2753,6 @@ Rectangle SfxWorkWindow::GetFreeArea( sal_Bool bAutoHide ) const
return aClientArea;
}
-SfxChildWinController_Impl::SfxChildWinController_Impl( sal_uInt16 nID, SfxWorkWindow *pWork )
- : SfxControllerItem( nID, pWork->GetBindings() )
- , pWorkwin( pWork )
-{}
-
-void SfxChildWinController_Impl::StateChanged(
- sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* )
-{
- pWorkwin->DisableChildWindow_Impl( nSID, eState == SFX_ITEM_DISABLED );
-}
-
void SfxWorkWindow::DisableChildWindow_Impl( sal_uInt16 nId, sal_Bool bDisable )
{
sal_uInt16 nCount = pChildWins->Count();