summaryrefslogtreecommitdiffstats
path: root/sfx2/source/view/viewsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/viewsh.cxx')
-rw-r--r--sfx2/source/view/viewsh.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index cf0457b88e30..8d1fe4446b62 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -1883,28 +1883,15 @@ void SfxViewShell::SetMargin( const Size& rSize )
}
}
-
-
void SfxViewShell::MarginChanged()
{
}
-
-
bool SfxViewShell::IsShowView_Impl() const
{
return pImp->m_bIsShowView;
}
-
-
-SfxFrame* SfxViewShell::GetSmartSelf( SfxFrame* pSelf, SfxMedium& /*rMedium*/ )
-{
- return pSelf;
-}
-
-
-
void SfxViewShell::JumpToMark( const OUString& rMark )
{
SfxStringItem aMarkItem( SID_JUMPTOMARK, rMark );