diff options
Diffstat (limited to 'sfx2/source/doc/objserv.cxx')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 06af9ff094a4..8880f48de430 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -237,7 +237,6 @@ SfxInstanceCloseGuard_Impl::~SfxInstanceCloseGuard_Impl() } - void SfxObjectShell::PrintExec_Impl(SfxRequest &rReq) { SfxViewFrame *pFrame = SfxViewFrame::GetFirst(this); @@ -249,7 +248,6 @@ void SfxObjectShell::PrintExec_Impl(SfxRequest &rReq) } - void SfxObjectShell::PrintState_Impl(SfxItemSet &rSet) { bool bPrinting = false; @@ -898,7 +896,6 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) } - void SfxObjectShell::GetState_Impl(SfxItemSet &rSet) { SfxWhichIter aIter( rSet ); @@ -1115,7 +1112,6 @@ void SfxObjectShell::GetState_Impl(SfxItemSet &rSet) } - void SfxObjectShell::ExecProps_Impl(SfxRequest &rReq) { switch ( rReq.GetSlot() ) @@ -1157,7 +1153,6 @@ void SfxObjectShell::ExecProps_Impl(SfxRequest &rReq) } - void SfxObjectShell::StateProps_Impl(SfxItemSet &rSet) { SfxWhichIter aIter(rSet); @@ -1234,7 +1229,6 @@ void SfxObjectShell::StateProps_Impl(SfxItemSet &rSet) } - void SfxObjectShell::ExecView_Impl(SfxRequest &rReq) { switch ( rReq.GetSlot() ) @@ -1271,7 +1265,6 @@ void SfxObjectShell::ExecView_Impl(SfxRequest &rReq) } - void SfxObjectShell::StateView_Impl(SfxItemSet& /*rSet*/) { } |