Hi Eike, >Are you referring >XclExpFmlaCompImpl::PrepareFunction() >XclExpFmlaCompImpl::FinishFunction() >XclExpFmlaCompImpl::AppendDefaultParam() >XclExpFmlaCompImpl::AppendTrailingParam() >? >These are used for the BIFF export.
Yes, e.g. in XclExpFmlaCompImpl::AppendDefaultParam() there is a line if (GetOutput() == EXC_OUTPUT_XML_2007), which IMHO will never be true and there are some if (GetOutput() != EXC_OUTPUT_XML_2007), which IMHO will never be false. Possibly there is more. Winfried _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
