diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:24:46 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:24:46 +0000 |
commit | 513f66bf772ac38f3a0ee4712f9a4e41d2ce16f2 (patch) | |
tree | 80d8a2ca3f5ef8faf378fdb54d82308046f3562e /sd/source/ui | |
parent | 0ab3c5a64b4a81c37342d79695593e8d681e17d8 (diff) |
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')
-rw-r--r-- | sd/source/ui/view/drviews4.cxx | 18 |
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 ) ) |