Issue 33352 - 64bit porting: cppcanvas long -> sal_Int32
Summary: 64bit porting: cppcanvas long -> sal_Int32
Status: CLOSED FIXED
Alias: None
Product: porting
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@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 14:36 UTC by pavel
Modified: 2006-12-06 11:44 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
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-08-24 14:36:18 UTC
cvs server: Diffing .
Index: implrenderer.cxx
===================================================================
RCS file: /cvs/gsl/cppcanvas/source/mtfrenderer/implrenderer.cxx,v
retrieving revision 1.2
diff -u -u -r1.2 implrenderer.cxx
--- implrenderer.cxx    18 Mar 2004 10:41:04 -0000      1.2
+++ implrenderer.cxx    24 Aug 2004 13:35:00 -0000
@@ -1020,7 +1020,7 @@
                     {
                         MetaTextArrayAction* pAct =
static_cast<MetaTextArrayAction*>(pCurrAct);
 
-                        uno::Sequence< double > offsets(
::comphelper::arrayToSequence<long int, double>( pAct->GetDXArray(), 
+                        uno::Sequence< double > offsets(
::comphelper::arrayToSequence<sal_Int32, double>( pAct->GetDXArray(), 
                                                                               
                           pAct->GetLen() ) );
 
                         // convert offsets to physical
Comment 1 pavel 2004-08-24 14:38:23 UTC
Commit to 64bit02.
Comment 2 pavel 2006-12-06 11:44:52 UTC
.