summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appserv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appserv.cxx')
-rw-r--r--sfx2/source/appl/appserv.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index fd224a5edd37..4a4fc90f94a5 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -96,9 +96,7 @@
#include <sfx2/docfac.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
-#include "docvor.hxx"
#include <sfx2/new.hxx>
-#include <sfx2/templdlg.hxx>
#include "sfxtypes.hxx"
#include <sfx2/tabdlg.hxx>
#include "arrdecl.hxx"
@@ -602,17 +600,6 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
break;
}
- // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- case SID_ORGANIZER:
- {
- SfxTemplateOrganizeDlg *pDlg =
- new SfxTemplateOrganizeDlg(NULL);
- pDlg->Execute();
- delete pDlg;
- bDone = true;
- break;
- }
-
case SID_TEMPLATE_ADDRESSBOKSOURCE:
{
svt::AddressBookSourceDialog aDialog(GetTopWindow(), ::comphelper::getProcessServiceFactory());