Issue 31076 - 64bit: use sal_Int32 instead of long in GetBorder args in vcl
Summary: 64bit: use sal_Int32 instead of long in GetBorder args in vcl
Status: CLOSED DUPLICATE of issue 56715
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC (x86_64) Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-04 16:48 UTC by pavel
Modified: 2006-04-18 21:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2004-07-04 16:48:13 UTC
Hi,

this change allows vcl to be compiled.

--- ilstbox.cxx.~1.47.~	2004-07-02 06:55:28.000000000 +0200
+++ ilstbox.cxx	2004-07-04 17:43:01.162159912 +0200
@@ -2543,7 +2543,7 @@
 	        // 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() ) );
Comment 1 pavel 2004-07-04 16:49:01 UTC
Fixed in 64bit02.
Comment 2 pavel 2004-10-29 20:53:05 UTC
Another instance in vcl/source/window/dockmgr.cxx fixed in 64bit02.
Comment 3 pavel 2005-12-16 09:10:54 UTC
reopen to mark as dupe.
Comment 4 pavel 2005-12-16 09:11:54 UTC
duplicate

*** This issue has been marked as a duplicate of 56715 ***
Comment 5 pavel 2006-04-18 21:21:00 UTC
Closing.