summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/doc/objstor.cxx6
-rw-r--r--sfx2/source/view/viewsh.cxx10
2 files changed, 0 insertions, 16 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index e36a3c949c5b..f6c6e42b706a 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -3521,12 +3521,6 @@ bool SfxObjectShell::InsertGeneratedStream(SfxMedium&,
return false;
}
-void SfxObjectShell::CheckConfigOptions()
-{
- // not handled. Each app's shell needs to overwrite this method to add handler.
- SetConfigOptionsChecked(true);
-}
-
bool SfxObjectShell::IsConfigOptionsChecked() const
{
return pImpl->m_bConfigOptionsChecked;
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index defb4a6d9f91..681b24258a58 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -858,16 +858,6 @@ void SfxViewShell::Deactivate(bool /*bMDI*/)
}
-void SfxViewShell::AdjustPosSizePixel
-(
- const Point& /*rToolOffset*/,// Upper left corner Tools in Frame-Window
- const Size& /*rSize*/ // All available sizes.
-)
-
-{
-}
-
-
void SfxViewShell::Move()
/* [Description]