INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED
2005/11/28 12:46:25 cl 1.3.22.1: warning free code fixes
This commit is contained in:
parent
8ec83ba8d2
commit
20b2652d27
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: mediatoolbox.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-07 19:39:02 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-19 13:58:29 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -117,7 +117,7 @@ MediaToolBoxControl::~MediaToolBoxControl()
|
|||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
void MediaToolBoxControl::StateChanged( USHORT nSID, SfxItemState eState, const SfxPoolItem* pState )
|
||||
void MediaToolBoxControl::StateChanged( USHORT /* nSID */, SfxItemState eState, const SfxPoolItem* pState )
|
||||
|
||||
{
|
||||
MediaToolBoxControl_Impl* pCtrl = static_cast< MediaToolBoxControl_Impl* >( GetToolBox().GetItemWindow( GetId() ) );
|
||||
|
|
Loading…
Reference in a new issue