diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-18 09:48:23 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-18 09:48:23 +0100 |
commit | ade249bf2b4be34133fc9d86939b66e8cdfe6559 (patch) | |
tree | 7094c7c7081f8c86a637fda848d9cd484e07610e | |
parent | 857a0d334f01134784a983f9c50e4f920b41e2e0 (diff) |
autorecovery: removed a few unused slot IDs
-rw-r--r-- | sw/sdi/_docsh.sdi | 4 | ||||
-rw-r--r-- | sw/source/ui/app/docsh2.cxx | 12 |
2 files changed, 0 insertions, 16 deletions
diff --git a/sw/sdi/_docsh.sdi b/sw/sdi/_docsh.sdi index 9154e6ce2578..15ffb44b1399 100644 --- a/sw/sdi/_docsh.sdi +++ b/sw/sdi/_docsh.sdi @@ -78,10 +78,6 @@ interface BaseTextDocument : OfficeDocument ExecMethod = Execute ; ] - SID_MAIL_PREPAREEXPORT - [ - ExecMethod = Execute ; - ] SID_MAIL_EXPORT_FINISHED [ ExecMethod = Execute; diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx index 2fbdc79653f3..8dfabb7ac969 100644 --- a/sw/source/ui/app/docsh2.cxx +++ b/sw/source/ui/app/docsh2.cxx @@ -1203,18 +1203,6 @@ void SwDocShell::Execute(SfxRequest& rReq) } break; - case SID_MAIL_PREPAREEXPORT: - { - //pWrtShell is not set in page preview - if(pWrtShell) - pWrtShell->StartAllAction(); - pDoc->UpdateFlds( NULL, false ); - pDoc->EmbedAllLinks(); - pDoc->RemoveInvisibleContent(); - if(pWrtShell) - pWrtShell->EndAllAction(); - } - break; case SID_MAIL_EXPORT_FINISHED: { if(pWrtShell) |