summaryrefslogtreecommitdiff
path: root/vcl/source/window/splitwin.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:40:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 18:40:29 +0000
commit256b8b9af3c3046d9eab2054c1d8a80884b3ab3f (patch)
tree9ce5c6da7d93863ff9f042186865d740c09baa65 /vcl/source/window/splitwin.cxx
parentb7d7abcce41fda98fcb29cfae78d8e8b1a996919 (diff)
INTEGRATION: CWS warnings01 (1.13.2); FILE MERGED
2006/03/20 18:20:08 pl 1.13.2.2: #i55991# removed warnings for windows platform 2005/11/10 20:06:35 pl 1.13.2.1: #i55991# removed warnings
Diffstat (limited to 'vcl/source/window/splitwin.cxx')
-rw-r--r--vcl/source/window/splitwin.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx
index e1be465362ab..89d81d0d969f 100644
--- a/vcl/source/window/splitwin.cxx
+++ b/vcl/source/window/splitwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: splitwin.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2005-11-01 10:34:10 $
+ * last change: $Author: hr $ $Date: 2006-06-19 19:40:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -129,7 +129,7 @@ struct ImplSplitSet
// -----------------------------------------------------------------------
-DECLARE_LIST( ImplSplitList, SplitWindow* );
+DECLARE_LIST( ImplSplitList, SplitWindow* )
// =======================================================================
@@ -873,7 +873,7 @@ static void ImplCalcSet( ImplSplitSet* pSet,
// -----------------------------------------------------------------------
void SplitWindow::ImplCalcSet2( SplitWindow* pWindow, ImplSplitSet* pSet, BOOL bHide,
- BOOL bRows, BOOL bDown )
+ BOOL bRows, BOOL /*bDown*/ )
{
USHORT i;
USHORT nItems = pSet->mnItems;
@@ -1182,7 +1182,7 @@ static void ImplDrawSplit( SplitWindow* pWindow, ImplSplitSet* pSet,
USHORT SplitWindow::ImplTestSplit( ImplSplitSet* pSet, const Point& rPos,
long& rMouseOff, ImplSplitSet** ppFoundSet, USHORT& rFoundPos,
- BOOL bRows, BOOL bDown )
+ BOOL bRows, BOOL /*bDown*/ )
{
if ( !pSet->mpItems )
return 0;
@@ -2704,7 +2704,7 @@ long SplitWindow::PreNotify( NotifyEvent& rNEvt )
{
const MouseEvent* pMouseEvt = NULL;
- if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) )
+ if( (rNEvt.GetType() == EVENT_MOUSEMOVE) && (pMouseEvt = rNEvt.GetMouseEvent()) != NULL )
{
if( !pMouseEvt->GetButtons() && !pMouseEvt->IsSynthetic() && !pMouseEvt->IsModifierChanged() )
{