summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/FormShellManager.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 18:04:47 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 18:04:47 +0000
commitc9ca478ff70f7e6539f268868f349c63c50ffd10 (patch)
tree1fdedab9c1643cadc755465311c49f3352c3feb7 /sd/source/ui/view/FormShellManager.cxx
parentf4f32274fc67bf79b2f590511ef52131e52446f8 (diff)
INTEGRATION: CWS sdwarningsbegone (1.8.36); FILE MERGED
2006/11/22 12:42:23 cl 1.8.36.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/view/FormShellManager.cxx')
-rw-r--r--sd/source/ui/view/FormShellManager.cxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/sd/source/ui/view/FormShellManager.cxx b/sd/source/ui/view/FormShellManager.cxx
index 8db52de0ef05..ca1cbee42a18 100644
--- a/sd/source/ui/view/FormShellManager.cxx
+++ b/sd/source/ui/view/FormShellManager.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FormShellManager.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:29:50 $
+ * last change: $Author: kz $ $Date: 2006-12-12 19:04:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -266,6 +266,8 @@ IMPL_LINK(FormShellManager, PaneManagerEventHandler, PaneManagerEvent*, pEvent)
case PaneManagerEvent::EID_VIEW_SHELL_ADDED:
RegisterAtCenterPane();
break;
+ default:
+ break;
}
}
@@ -279,9 +281,6 @@ IMPL_LINK(FormShellManager, WindowEventHandler, VclWindowEvent*, pEvent)
{
if (pEvent != NULL)
{
- ::Window* pEventWindow
- = static_cast<VclWindowEvent*>(pEvent)->GetWindow();
-
switch (pEvent->GetId())
{
case VCLEVENT_WINDOW_GETFOCUS:
@@ -319,7 +318,7 @@ IMPL_LINK(FormShellManager, WindowEventHandler, VclWindowEvent*, pEvent)
void FormShellManager::SFX_NOTIFY(
- SfxBroadcaster& rBC,
+ SfxBroadcaster&,
const TypeId& rBCType,
const SfxHint& rHint,
const TypeId& rHintType)
@@ -363,8 +362,8 @@ FormShellManagerFactory::FormShellManagerFactory (
FmFormShell* FormShellManagerFactory::CreateShell (
::sd::ShellId nId,
- ::Window* pParentWindow,
- ::sd::FrameView* pFrameView)
+ ::Window*,
+ ::sd::FrameView*)
{
FmFormShell* pShell = NULL;