summaryrefslogtreecommitdiff
path: root/sd/source/ui/docshell
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-17 13:25:57 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-17 13:25:57 +0000
commitf5804d0cbf79e98522eac2c22b01cf84c0898749 (patch)
tree88eddd71afa4213038a4ded066f59f146fc27acd /sd/source/ui/docshell
parent1b69aed39b54b50b9a1163b297aaf5ebb2354a97 (diff)
INTEGRATION: CWS os19 (1.5.268); FILE MERGED
2004/04/29 18:22:20 os 1.5.268.2: RESYNC: (1.5-1.8); FILE MERGED 2003/11/10 10:46:15 af 1.5.268.1: #i22089# Removed support for old spell check dialog.
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r--sd/source/ui/docshell/docshel3.cxx34
1 files changed, 2 insertions, 32 deletions
diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx
index 8eec5d20cc4e..90d285a2cd8e 100644
--- a/sd/source/ui/docshell/docshel3.cxx
+++ b/sd/source/ui/docshell/docshel3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docshel3.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-09-17 13:24:14 $
+ * last change: $Author: rt $ $Date: 2004-09-17 14:25:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,9 +131,6 @@
#include "drawdoc.hxx"
#include "sdpage.hxx"
#include "sdattr.hxx"
-#ifndef SD_FU_SPELL_HXX
-#include "fuspell.hxx"
-#endif
#ifndef SD_FU_SEARCH_HXX
#include "fusearch.hxx"
#endif
@@ -182,33 +179,6 @@ void DrawDocShell::Execute( SfxRequest& rReq )
switch ( rReq.GetSlot() )
{
- case SID_SPELLING:
- {
- if ( pViewShell )
- {
- SfxErrorContext aContext(ERRCTX_SVX_LINGU_SPELLING, String(),
- GetWindow(), RID_SVXERRCTX, DIALOG_MGR() );
-
- {
- ::sd::View* pView = pViewShell->GetView();
-
- if ( pView->IsTextEdit() )
- {
- pView->EndTextEdit();
- }
-
- delete pFuActual;
- pFuActual = new FuSpell( pViewShell,
- pViewShell->GetActiveWindow(), pView, pDoc, rReq );
- ( (FuSpell*) pFuActual)->StartSpelling();
- delete pFuActual;
- pFuActual = NULL;
- }
- }
- rReq.Done();
- }
- break;
-
case SID_SEARCH_ITEM:
{
const SfxItemSet* pReqArgs = rReq.GetArgs();