diff options
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-i71848')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-i71848 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-i71848 b/editors/openoffice.org-vcltesttool/files/patch-i71848 deleted file mode 100644 index 053048ec6f71..000000000000 --- a/editors/openoffice.org-vcltesttool/files/patch-i71848 +++ /dev/null @@ -1,30 +0,0 @@ ---- svx/source/msfilter/msdffimp.cxx 2006-11-22 -11:22:41.000000000 +0100 -+++ 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 ); - } - - ---- svx/source/svdraw/svdtxhdl.cxx 2006-11-22 -11:22:43.000000000 +0100 -+++ 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; - - |