summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:53:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:53:52 +0000
commita83fe26202ed1594a4617850deb33b96c31e3373 (patch)
treea57479092f2593d573eed614a60f47ccad154111 /vcl/source/control
parent5511e14eb5f8e0bcc2784c9f0e4769fd0a6ec8b0 (diff)
INTEGRATION: CWS sixtyfour05 (1.54.100); FILE MERGED
2006/04/07 13:52:40 kendy 1.54.100.1: #i64108# 64bit: ULONG <-> sal_uInt32 conversion
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/ilstbox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index 48de161fac4e..b423291b2d0c 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ilstbox.cxx,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: hr $ $Date: 2006-01-26 18:08:11 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:53:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2627,7 +2627,7 @@ void ImplWin::ImplDraw( bool bLayout )
// The listbox is painted over the entire control including the
// border, but ImplWin does not contain the border => correction
// needed.
- long nLeft, nTop, nRight, nBottom;
+ sal_Int32 nLeft, nTop, nRight, nBottom;
pWin->GetBorder( nLeft, nTop, nRight, nBottom );
Point aPoint( -nLeft, -nTop );
Region aCtrlRegion( Rectangle( aPoint - GetPosPixel(), pWin->GetSizePixel() ) );