Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: System C++ STL

...

We no longer read or write the legacy StarOffice file formats (files with extensions .sdw, .sdc, .sdd, etc.).  Removal of this code makes the OpenOffice codebase easier to maintain.  The legacy formats have never been the default format in any version of OpenOffice.  Users with legacy StarOffice documents are advised to re-save them into ODF format (.odt, *.ods, *.odp, etc.) *before upgrading to Apache OpenOffice 4.0. This can be done using File - Wizards - Document Converter in OpenOffice 3.x.  OpenOffice 1.x files (*.sxw, *.sxc, *.sxi) are still supported.

Support for system C++ STL

The stlport4 template library was obsoleted with the TR1 report of the C++ standard and was deprecated and no longer maintained. Apache OpenOffice 4 switches to the system's native standard template library, so extensions written in C++ need to be recompiled with the Apache OpenOffice 4 SDK.

Bug Fixes

As of <2013/05/07>, there were 367 verified issues that have been resolved.

...