aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_Table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_Table.cpp')
-rw-r--r--editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_Table.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_Table.cpp b/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_Table.cpp
deleted file mode 100644
index a3f8a7e7905e..000000000000
--- a/editors/abiword-devel/files/patch-src_wp_impexp_xp_ie_Table.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/wp/impexp/xp/ie_Table.cpp.orig Tue Sep 23 21:23:58 2003
-+++ src/wp/impexp/xp/ie_Table.cpp Tue Sep 23 21:31:58 2003
-@@ -1028,7 +1028,7 @@
- UT_sint32 j = 0;
- for(j=0; !bMatch && (j < static_cast<UT_sint32>(m_vecCellX.getItemCount())); j++)
- {
-- UT_sint32 prevX = reinterpret_cast<UT_sint32>(m_vecCellX.getNthItem(j));
-+ UT_sint32 prevX = reinterpret_cast<long>(m_vecCellX.getNthItem(j));
- UT_DEBUGMSG(("Prev cell %d cellx %d \n",j,prevX));
- bool bLast = ((j-1) == szCurRow);
- bMatch = doCellXMatch(prevX,curX,bLast);
-@@ -1179,7 +1179,7 @@
- sColWidth.clear();
- for(i=0; i< static_cast<UT_sint32>(m_vecCellX.getItemCount()); i++)
- {
-- UT_sint32 iCellx = reinterpret_cast<UT_sint32>(m_vecCellX.getNthItem(i));
-+ UT_sint32 iCellx = reinterpret_cast<long>(m_vecCellX.getNthItem(i));
- xxx_UT_DEBUGMSG(("final cellx import cellx %d iPrev %x \n",iCellx,iPrev));
- UT_sint32 iDiffCellx = iCellx - iPrev;
- double dCellx = static_cast<double>(iDiffCellx)/1440.0 -dColSpace;
-@@ -1377,7 +1377,7 @@
- UT_sint32 iSub = 0;
- for(i=0; !bFound && (i< static_cast<UT_sint32>(m_vecCellX.getItemCount())); i++)
- {
-- UT_sint32 icellx = reinterpret_cast<UT_sint32>(m_vecCellX.getNthItem(i));
-+ UT_sint32 icellx = reinterpret_cast<long>(m_vecCellX.getNthItem(i));
- if(icellx == -1)
- {
- iSub++;