summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:37:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:37:43 +0000
commiteaf71b7128bce0b60a6f11f6e18a2ea7a03b8038 (patch)
treec3049b38c48a0eedd83cad74d3036dfe2e44f7f0 /sfx2/source
parent20cc266597aa1f901235d657a277b87a4180b214 (diff)
INTEGRATION: CWS warnings01 (1.4.64); FILE MERGED
2006/05/23 22:32:44 sb 1.4.64.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/28 16:16:42 cd 1.4.64.1: #i55991# Remove warnings
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/view/impframe.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/impframe.cxx b/sfx2/source/view/impframe.cxx
index 079971f89fe6..ab70cf55db0f 100644
--- a/sfx2/source/view/impframe.cxx
+++ b/sfx2/source/view/impframe.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impframe.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2006-05-02 17:03:02 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:37:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,7 +45,7 @@
#include "bindings.hxx"
#include "viewfrm.hxx"
-void SfxFrame_Impl::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
+void SfxFrame_Impl::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
{
SfxSimpleHint* pHint = PTR_CAST( SfxSimpleHint, &rHint );
if( pHint && pHint->GetId() == SFX_HINT_CANCELLABLE && pCurrentViewFrame )