summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/GraphicViewShellBase.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 09:31:01 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 09:31:01 +0000
commit0c3fbed56eb77923c378e76c57064af963ce3db9 (patch)
treec95b4b2a17768505ae30253f54e7d19f33241de8 /sd/source/ui/view/GraphicViewShellBase.cxx
parent81855f0e665d170f8369a38f54f67f6d6995761f (diff)
INTEGRATION: CWS impress96 (1.6.66); FILE MERGED
2006/05/16 14:13:42 af 1.6.66.1: #i64596# SID_LEFT_PANE_IMPRESS is forwarded again to base class.
Diffstat (limited to 'sd/source/ui/view/GraphicViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/GraphicViewShellBase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/GraphicViewShellBase.cxx b/sd/source/ui/view/GraphicViewShellBase.cxx
index 32d847f09191..678201380e27 100644
--- a/sd/source/ui/view/GraphicViewShellBase.cxx
+++ b/sd/source/ui/view/GraphicViewShellBase.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: GraphicViewShellBase.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-03-21 17:37:04 $
+ * last change: $Author: obo $ $Date: 2006-07-13 10:31:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,7 +122,6 @@ void GraphicViewShellBase::Execute (SfxRequest& rRequest)
switch (nSlotId)
{
- case SID_LEFT_PANE_IMPRESS:
case SID_RIGHT_PANE:
case SID_NOTES_WINDOW:
case SID_SLIDE_SORTER_MULTI_PANE_GUI:
@@ -137,6 +136,7 @@ void GraphicViewShellBase::Execute (SfxRequest& rRequest)
case SID_SWITCH_SHELL:
case SID_LEFT_PANE_DRAW:
+ case SID_LEFT_PANE_IMPRESS:
default:
// The remaining requests are forwarded to out base class.
ViewShellBase::Execute (rRequest);