summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-20 09:51:59 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-21 09:04:41 +0100
commitbc89e6f3a735401e67f23ab503492c275b2d6090 (patch)
tree48f72c649eec6974ee1be72850a422802b95d6dd /sfx2/source/appl
parent639d9484d9591aefce724b1137abb651e2dc0bbd (diff)
Templates Manager: removed the old dialogs and menu entries
Conflicts: basctl/uiconfig/basicide/menubar/menubar.xml extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml framework/uiconfig/startmodule/menubar/menubar.xml sc/uiconfig/scalc/menubar/menubar.xml sd/uiconfig/sdraw/menubar/menubar.xml sd/uiconfig/simpress/menubar/menubar.xml sfx2/inc/docvor.hxx sfx2/inc/orgmgr.hxx sfx2/source/doc/docvor.cxx sfx2/source/view/orgmgr.cxx sw/uiconfig/sglobal/menubar/menubar.xml sw/uiconfig/sweb/menubar/menubar.xml sw/uiconfig/swform/menubar/menubar.xml sw/uiconfig/swreport/menubar/menubar.xml sw/uiconfig/swriter/menubar/menubar.xml sw/uiconfig/swxform/menubar/menubar.xml Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
Diffstat (limited to 'sfx2/source/appl')
-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());