diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:42:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 17:42:59 +0000 |
commit | 0b7a95daff804e187d3aab403c0bbae1e8d6ac8a (patch) | |
tree | 533ee48a8cdba9a8795214f62a2b6f13edd92297 /sd/source/ui/toolpanel/TaskPaneShellManager.cxx | |
parent | 41a49c69b4cdaea2f90b3de56e3988ece042303c (diff) |
INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED
2006/11/22 12:42:15 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/toolpanel/TaskPaneShellManager.cxx')
-rw-r--r-- | sd/source/ui/toolpanel/TaskPaneShellManager.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sd/source/ui/toolpanel/TaskPaneShellManager.cxx b/sd/source/ui/toolpanel/TaskPaneShellManager.cxx index 3855ebdb02ed..5df9d8cb4187 100644 --- a/sd/source/ui/toolpanel/TaskPaneShellManager.cxx +++ b/sd/source/ui/toolpanel/TaskPaneShellManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TaskPaneShellManager.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:14:38 $ + * last change: $Author: kz $ $Date: 2006-12-12 18:42:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,10 +67,7 @@ TaskPaneShellManager::~TaskPaneShellManager (void) -SfxShell* TaskPaneShellManager::CreateShell ( - ShellId nId, - ::Window* pParentWindow, - FrameView* pFrameView) +SfxShell* TaskPaneShellManager::CreateShell( ShellId nId, ::Window* , FrameView* ) { SubShells::const_iterator iShell (maSubShells.find(nId)); if (iShell != maSubShells.end()) @@ -82,7 +79,7 @@ SfxShell* TaskPaneShellManager::CreateShell ( -void TaskPaneShellManager::ReleaseShell (SfxShell* pShell) +void TaskPaneShellManager::ReleaseShell (SfxShell* ) { // Nothing to do. } |