summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-27 22:09:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-27 22:09:03 +0100
commit36a665a6754bbc4bb0a2d612a15b1b8413af3721 (patch)
tree3856ae23e54a68bf65a1ee89fe7274c14cb804a5 /sfx2/source/dialog
parentcaf32ed7d29d4aa7478e5fb84b4d8eb8ce9c617a (diff)
callcatcher: remove various unused methods
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r--sfx2/source/dialog/dockwin.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx
index a787013cf04f..a79099fd260c 100644
--- a/sfx2/source/dialog/dockwin.cxx
+++ b/sfx2/source/dialog/dockwin.cxx
@@ -1907,13 +1907,6 @@ sal_Bool SfxDockingWindow::IsAutoHide_Impl() const
return sal_False;
}
-sal_Bool SfxDockingWindow::IsPinned_Impl() const
-{
- if ( pImp->pSplitWin )
- return pImp->pSplitWin->IsPinned();
- else
- return sal_True;
-}
void SfxDockingWindow::AutoShow( sal_Bool bShow )
{
AutoShow_Impl(bShow);
@@ -1930,11 +1923,6 @@ void SfxDockingWindow::AutoShow_Impl( sal_Bool bShow )
}
}
-SfxSplitWindow* SfxDockingWindow::GetSplitWindow_Impl() const
-{
- return pImp->pSplitWin;
-}
-
void SfxDockingWindow::FadeIn( sal_Bool /*bFadeIn*/ )
{
}