On Wednesday 15 of May 2013, Michael Stahl wrote: > include/xmloff/xmlimp.hxx | 1 > sw/source/core/bastyp/init.cxx | 2 - > sw/source/core/doc/poolfmt.cxx | 4 --- > sw/source/core/unocore/unoframe.cxx | 16 ------------ > sw/source/filter/html/swhtml.cxx | 5 +++ > sw/source/filter/ww8/ww8par.cxx | 4 --- > sw/source/ui/app/docshini.cxx | 11 -------- > xmloff/source/core/xmlimp.cxx | 33 > +++++++++++++++++++++---- xmloff/source/draw/XMLGraphicsDefaultStyle.cxx | > 8 ++++++ > 9 files changed, 43 insertions(+), 41 deletions(-) > > New commits: > commit d278cc769e484b0452b1fb6000e213561d8d955d > Author: Michael Stahl <[email protected]> > Date: Wed May 15 18:33:48 2013 +0200 > > sw: change pool default of RES_FOLLOW_TEXT_FLOW to "false" > > For a new document the default is already effectively "false" due to > SwDocShell::InitNew() and the ODF and WW8 filters set it explicitly to > false... which is also the appropriate value for RTF and DOCX. > > But only OOoXML and (perhaps) HTML (not sure) want "true" as the > default.
> + mpImpl->mbIsOOoXML = > + ::comphelper::OStorageHelper::GetXStorageFormat(xStor) > + < SOFFICE_FILEFORMAT_8; Was the old OOo format really called OOoXML? Seeing this commit made me pretty confused until I figured out after a while that it has in fact nothing to do with OOXML. -- Lubos Lunak [email protected] _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
