Index: abi/src/wp/impexp/xp/ie_imp_MsWord_97.h
===================================================================
RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_imp_MsWord_97.h,v
retrieving revision 1.53
diff -u -r1.53 ie_imp_MsWord_97.h
--- abi/src/wp/impexp/xp/ie_imp_MsWord_97.h	25 Oct 2002 17:48:09 -0000	1.53
+++ abi/src/wp/impexp/xp/ie_imp_MsWord_97.h	29 Oct 2002 11:59:14 -0000
@@ -120,11 +120,11 @@
 	void	   _appendChar (UT_UCSChar ch);
 	void	   _flush ();
 
-	void		_table_open(PAP *apap);
+	void		_table_open();
 	void		_table_close();
 	void		_row_open();
 	void		_row_close();
-	void		_cell_open(PAP *apap);
+	void		_cell_open(const wvParseStruct *ps, const PAP *apap);
 	void		_cell_close();
 
 	UT_UCS4String		m_pTextRun;
@@ -162,6 +162,7 @@
 	bool		m_bRowOpen;						// row strux open ?
 	bool		m_bCellOpen;					// cell strux open ?
 	UT_Vector	m_vecColumnSpansForCurrentRow;	// placeholder for horizontal cell spans
+	UT_Vector	m_vecColumnWidths;
 		
 };
 
