To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71848
Issue #|71848
Summary|SRC680_m194: 64bit build fails in svx
Component|framework
Version|680m193
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|tm
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Wed Nov 22 02:59:14 -0800
2006 -------
This patch is needed:
diff -urN ooo_SRC680_m194_src.orig/svx/source/msfilter/msdffimp.cxx
ooo_SRC680_m194_src/svx/source/msfilter/msdffimp.cxx
--- ooo_SRC680_m194_src.orig/svx/source/msfilter/msdffimp.cxx 2006-11-22
11:22:41.000000000 +0100
+++ ooo_SRC680_m194_src/svx/source/msfilter/msdffimp.cxx 2006-11-22
11:52:34.000000000 +0100
@@ -3516,7 +3516,7 @@
Scale( rPoly[ nPolyNum ] );
}
-void SvxMSDffManager::ScaleEmu( long& rVal ) const
+void SvxMSDffManager::ScaleEmu( sal_Int32& rVal ) const
{
rVal = BigMulDiv( rVal, nEmuMul, nEmuDiv );
}
diff -urN ooo_SRC680_m194_src.orig/svx/source/svdraw/svdtxhdl.cxx
ooo_SRC680_m194_src/svx/source/svdraw/svdtxhdl.cxx
--- ooo_SRC680_m194_src.orig/svx/source/svdraw/svdtxhdl.cxx 2006-11-22
11:22:43.000000000 +0100
+++ ooo_SRC680_m194_src/svx/source/svdraw/svdtxhdl.cxx 2006-11-22
11:53:00.000000000 +0100
@@ -183,7 +183,7 @@
rOutliner.Clear();
rOutliner.SetPaperSize(Size(LONG_MAX,LONG_MAX));
rOutliner.SetText(*pPara);
- sal_uInt32 nCnt(Min(aContourPolyPolygon.count(),
rOutliner.GetParagraphCount()));
+ sal_uInt32 nCnt(Min(aContourPolyPolygon.count(), (sal_uInt32)
rOutliner.GetParagraphCount()));
if ( nCnt == 1 ) bToLastPoint = TRUE;
else bToLastPoint = FALSE;
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]