diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:33:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:33:48 +0000 |
commit | 6dd309159ecbcaf689f0230c68d95a690702f266 (patch) | |
tree | fbddc46080bb777be3901e1ee99691f8ad61e6f5 | |
parent | c0efb0fad66c9c5680de730df15cc93ca5ed4a20 (diff) |
INTEGRATION: CWS ab33 (1.13.42); FILE MERGED
2007/01/10 16:34:48 ab 1.13.42.1: #i69280# Removed warnings
-rw-r--r-- | basctl/source/basicide/tbxctl.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/basicide/tbxctl.cxx b/basctl/source/basicide/tbxctl.cxx index 4c3e0092eb22..ad7d1126413a 100644 --- a/basctl/source/basicide/tbxctl.cxx +++ b/basctl/source/basicide/tbxctl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbxctl.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:30:11 $ + * last change: $Author: vg $ $Date: 2007-01-16 16:33:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,6 +148,7 @@ SfxPopupWindowType TbxControls::GetPopupWindowType() const IMPL_STATIC_LINK( TbxControls, StateChangedHdl_Impl, StateChangedInfo*, pStateChangedInfo ) { + (void)pThis; try { if ( pStateChangedInfo ) @@ -241,6 +242,7 @@ void TbxControls::StateChanged( USHORT nSID, SfxItemState eState, void TbxControls::Select( USHORT nModifier ) { + (void)nModifier; SfxAllEnumItem aItem( SID_CHOOSE_CONTROLS, nLastSlot ); SfxViewFrame* pCurFrame = SfxViewFrame::Current(); DBG_ASSERT( pCurFrame != NULL, "No current view frame!" ); |