summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews4.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:24:46 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:24:46 +0000
commit513f66bf772ac38f3a0ee4712f9a4e41d2ce16f2 (patch)
tree80d8a2ca3f5ef8faf378fdb54d82308046f3562e /sd/source/ui/view/drviews4.cxx
parentINTEGRATION: CWS impress99 (1.66.52); FILE MERGED (diff)
downloadcore-513f66bf772ac38f3a0ee4712f9a4e41d2ce16f2.tar.gz
core-513f66bf772ac38f3a0ee4712f9a4e41d2ce16f2.zip
INTEGRATION: CWS impress99 (1.31.138); FILE MERGED
2006/07/06 14:56:00 cl 1.31.138.1: #i66670# removed unused code
Diffstat (limited to 'sd/source/ui/view/drviews4.cxx')
-rw-r--r--sd/source/ui/view/drviews4.cxx18
1 files changed, 2 insertions, 16 deletions
diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx
index 4e85fe5e6a62..b571a7258682 100644
--- a/sd/source/ui/view/drviews4.cxx
+++ b/sd/source/ui/view/drviews4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews4.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: rt $ $Date: 2006-07-25 11:48:45 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 09:24:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -211,20 +211,6 @@ void DrawViewShell::DeleteActualLayer()
BOOL DrawViewShell::KeyInput (const KeyEvent& rKEvt, ::sd::Window* pWin)
{
-// // Praesentation auf Zeichentisch ein- oder ausschalten
-// // (nur zu Testzwecken!)
-// if (rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE)
-// {
-// if (((SdDrawView*) pView)->GetSlideShow())
-// {
-// ((SdDrawView*) pView)->SetAnimationMode(FALSE);
-// }
-// else
-// {
-// ((SdDrawView*) pView)->SetAnimationMode(TRUE);
-// }
-// }
-
BOOL bRet = FALSE;
if ( !IsInputLocked() || ( rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE ) )