summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewse.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:25:18 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:25:18 +0000
commit3be6f6be1e9b73fbde59f0e8e1680c186ce9df5c (patch)
treef035136aea0535d57423adff672d6ae2ead4930a /sd/source/ui/view/drviewse.cxx
parent12de2d700cc3a3e908af4e09699ca7af67bd78c5 (diff)
INTEGRATION: CWS impress99 (1.58.102); FILE MERGED
2006/07/06 14:56:00 cl 1.58.102.1: #i66670# removed unused code
Diffstat (limited to 'sd/source/ui/view/drviewse.cxx')
-rw-r--r--sd/source/ui/view/drviewse.cxx47
1 files changed, 2 insertions, 45 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index 30f3ad508dd1..50940c394ba9 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviewse.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: rt $ $Date: 2006-07-25 11:50:27 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 09:25:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -998,53 +998,10 @@ void DrawViewShell::FuSupport(SfxRequest& rReq)
}
break;
- case SID_PIXELMODE:
- {
- const SfxItemSet* pReqArgs = rReq.GetArgs();
- BOOL bPixelMode = pDrView->IsPixelMode();
-
- if (pReqArgs)
- {
- SFX_REQUEST_ARG(rReq, pIsActive, SfxBoolItem, SID_PIXELMODE, FALSE);
- bPixelMode = pIsActive->GetValue();
- }
-
- pDrView->SetPixelMode(!bPixelMode);
-
- Invalidate(SID_PIXELMODE);
- }
- break;
-
- case SID_ACTIONMODE:
- {
- const SfxItemSet* pReqArgs = rReq.GetArgs();
- BOOL bActionMode = FALSE;
-
- if (pDrView->IsActionMode())
- {
- bActionMode = TRUE;
- }
-
- if (pReqArgs)
- {
- SFX_REQUEST_ARG(rReq, pIsActive, SfxBoolItem, SID_ACTIONMODE, FALSE);
- bActionMode = pIsActive->GetValue();
- }
-
- pDrView->SetActionMode(!bActionMode);
-
- Invalidate(SID_ACTIONMODE);
- }
- break;
-
case SID_NOTESMODE:
case SID_HANDOUTMODE:
// AutoLayouts have to be ready.
GetDoc()->StopWorkStartupDelay();
-
- // Turn off effects.
- // pDrView->SetAnimationMode(FALSE);
-
// Fall through to following case statements.
case SID_DRAWINGMODE: