diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 16:38:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 16:38:51 +0000 |
commit | f636bbbd59121b81e3d517231d48e0390b6e8a59 (patch) | |
tree | ff7d3d5748ca9c37d1c9d55866a1213bff01bfbc /sd/source/ui/inc/TaskPaneViewShell.hxx | |
parent | 28e32fbaff864ed2436285fc2937b0cb1962c09a (diff) |
INTEGRATION: CWS sdwarningsbegone (1.7.182); FILE MERGED
2006/11/22 12:42:02 cl 1.7.182.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/TaskPaneViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/TaskPaneViewShell.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/ui/inc/TaskPaneViewShell.hxx b/sd/source/ui/inc/TaskPaneViewShell.hxx index 3a6c9c2faa9f..ad49a1dc5ed4 100644 --- a/sd/source/ui/inc/TaskPaneViewShell.hxx +++ b/sd/source/ui/inc/TaskPaneViewShell.hxx @@ -4,9 +4,9 @@ * * $RCSfile: TaskPaneViewShell.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-03-21 17:27:38 $ + * last change: $Author: kz $ $Date: 2006-12-12 17:38:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,7 +77,7 @@ class TaskPaneViewShell { public: TYPEINFO(); - SFX_DECL_INTERFACE(SD_IF_SDTASKPANEVIEWSHELL); + SFX_DECL_INTERFACE(SD_IF_SDTASKPANEVIEWSHELL) /** List of top level panels that can be shown in the task pane. */ @@ -109,6 +109,7 @@ public: virtual void GetFocus (void); virtual void LoseFocus (void); virtual void KeyInput (const KeyEvent& rEvent); + using sd::ViewShell::KeyInput; virtual SdPage* GetActualPage (void); virtual SdPage* getCurrentPage (void) const; |