summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:00:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:00:45 +0000
commit06b42e61ca5aab89546393d29a91f85bb9d0bf09 (patch)
tree09cc3c4e48c4204fccd3f9ed7f912a244259a330 /sc/source/ui/cctrl
parentf718bb34bca269d5dd5394dcccabbba04c1d63c8 (diff)
INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED
2006/12/01 08:53:23 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r--sc/source/ui/cctrl/tbinsert.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx
index a9544f5cbccc..ddbf340700ef 100644
--- a/sc/source/ui/cctrl/tbinsert.cxx
+++ b/sc/source/ui/cctrl/tbinsert.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tbinsert.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 13:16:48 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:00:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,7 +81,7 @@ __EXPORT ScTbxInsertCtrl::~ScTbxInsertCtrl()
{
}
-void __EXPORT ScTbxInsertCtrl::StateChanged( USHORT nSID, SfxItemState eState,
+void __EXPORT ScTbxInsertCtrl::StateChanged( USHORT /* nSID */, SfxItemState eState,
const SfxPoolItem* pState )
{
GetToolBox().EnableItem( GetId(), (GetItemState(pState) != SFX_ITEM_DISABLED) );
@@ -107,7 +107,7 @@ void __EXPORT ScTbxInsertCtrl::StateChanged( USHORT nSID, SfxItemState eState,
SfxPopupWindow* __EXPORT ScTbxInsertCtrl::CreatePopupWindow()
{
- USHORT nWinResId, nTbxResId;
+// USHORT nWinResId, nTbxResId;
USHORT nSlotId = GetSlotId();
if (nSlotId == SID_TBXCTL_INSERT)
{
@@ -147,7 +147,7 @@ SfxPopupWindowType __EXPORT ScTbxInsertCtrl::GetPopupWindowType() const
return nLastSlotId ? SFX_POPUPWINDOW_ONTIMEOUT : SFX_POPUPWINDOW_ONCLICK;
}
-void __EXPORT ScTbxInsertCtrl::Select( BOOL bMod1 )
+void __EXPORT ScTbxInsertCtrl::Select( BOOL /* bMod1 */ )
{
SfxViewShell* pCurSh( SfxViewShell::Current() );
SfxDispatcher* pDispatch( 0 );