Commit: some of Larin's work

From: Dom Lachowicz (domlachowicz@yahoo.com)
Date: Fri Mar 07 2003 - 16:55:11 EST

  • Next message: Randy Kramer: "Re: A few more cast cleanups"

    Caveats:

    Applix patch is functionally incorrect.

    - sBuf +=
    (char)*pData++;
    + sBuf +=
    reinterpret_cast<char*>(const_cast<UT_UCSChar*>(pData++));

    XHTML: patch contained massive removals. I think it
    needs to re-sync with FJF's most recent work.

    Other patches removed or changed whitespace. Not
    applied.

    Docbook, HTML and SDW patches applied.

    Dom

    CVS:
    ----------------------------------------------------------------------
    CVS: Enter Log. Lines beginning with `CVS:' are
    removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: wp/impexp/docbook/xp/ie_imp_DocBook.cpp
    CVS: wp/impexp/html/xp/HTML_StyleString.cpp
    CVS: wp/impexp/html/xp/HTML_TextState.h
    CVS: wp/impexp/html/xp/HTML_TokenStack.h
    CVS: wp/impexp/html/xp/HTML_tags.h
    CVS: wp/impexp/html/xp/ie_imp_HTML.cpp
    CVS: wp/impexp/sdw/xp/ie_imp_StarOffice.cpp
    CVS: wp/impexp/sdw/xp/ie_imp_StarOffice.h
    CVS: wp/impexp/sdw/xp/sdw_cryptor.cpp
    CVS:
    ----------------------------------------------------------------------

    __________________________________________________
    Do you Yahoo!?
    Yahoo! Tax Center - forms, calculators, tips, more
    http://taxes.yahoo.com/



    This archive was generated by hypermail 2.1.4 : Fri Mar 07 2003 - 17:01:42 EST