Index: abi/src/text/ptbl/xp/pd_Document.cpp =================================================================== RCS file: /cvsroot/abi/src/text/ptbl/xp/pd_Document.cpp,v retrieving revision 1.127 diff -u -r1.127 pd_Document.cpp --- abi/src/text/ptbl/xp/pd_Document.cpp 2001/07/17 14:40:20 1.127 +++ abi/src/text/ptbl/xp/pd_Document.cpp 2001/08/16 14:40:20 @@ -1340,9 +1340,9 @@ const char *szSuffixes; if (bOpenedFromSaved) - szSuffixes = IE_Exp::suffixesForFileType(m_lastSavedAsType); - else szSuffixes = IE_Imp::suffixesForFileType(m_lastOpenedType); + else + szSuffixes = IE_Exp::suffixesForFileType(m_lastSavedAsType); // Pull first suffix from the file dialog pattern string UT_String suffix; Index: abi/src/wp/impexp/xp/ie_exp_LaTeX.cpp =================================================================== RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_exp_LaTeX.cpp,v retrieving revision 1.31 diff -u -r1.31 ie_exp_LaTeX.cpp --- abi/src/wp/impexp/xp/ie_exp_LaTeX.cpp 2001/07/18 17:46:01 1.31 +++ abi/src/wp/impexp/xp/ie_exp_LaTeX.cpp 2001/08/16 14:40:35 @@ -449,6 +449,7 @@ colors[i][2]=0; } setlocale (LC_NUMERIC, "C"); + //FIXME: should use std_size_string here sprintf (szDest, "%.3f,%.3f,%.3f", strtol (&colors[0][0],NULL,16)/255., strtol (&colors[1][0],NULL,16)/255.,