Hi!
In ie_exp_HTML.h we can find such lines:
/* This struct is defined in xap_Dlg_HTMLOptions.h, but that file does not
 * exist in AbiWord-1.0.x so a definition is provided here for the moment.
 */
struct XAP_Exp_HTMLOptions
{
        bool	bIs4;
        bool	bIsAbiWebDoc;
        bool	bDeclareXML;
        bool	bAllowAWML;
        bool	bEmbedCSS;
        bool	bLinkCSS;
        bool	bEmbedImages;
        bool    bClassOnly;
        bool    bAbsUnits;
        bool	bScaleUnits;
        bool    bMathMLRenderPNG;
        bool	bSplitDocument;
        UT_uint32 iCompact;
        /* other options, not set/saved/restore by options dialog
         */
        bool	bMultipart;
        bool 	bAddIdentifiers;
};
Can I remove this fragment of code or it`s still needed ?
Thanks
Received on Sun Jul 17 10:59:15 2011
This archive was generated by hypermail 2.1.8 : Sun Jul 17 2011 - 10:59:15 CEST