Version: 1.5.2 (using KDE KDE 3.5.3) Installed from: Compiled From Sources Compiler: gcc version 3.4.6 OS: Linux - Start with an empty document. - Enter 42 in cell A1. - Right-click the cell, select Number and enter foo and bar in prefix and postfix. - Save document as ods-file. - Close the document and open it again. The same procedure seems to be working fine for ksp-files.
SVN commit 569308 by nikolaus: OpenDocument Fix loading of system date formatting. Fix saving of prefix/suffix (not for dates, times and strings). BUGS: 118331 CCBUGS: 131052 M +1 -1 branches/koffice/1.6/koffice/kspread/kspread_cell.cc M +4 -0 branches/koffice/1.6/koffice/kspread/kspread_format.cc M +128 -70 branches/koffice/1.6/koffice/kspread/kspread_style.cc M +28 -15 branches/koffice/1.6/koffice/kspread/kspread_style.h M +28 -36 branches/koffice/1.6/koffice/lib/kofficecore/KoOasisStyles.cpp M +20 -23 branches/koffice/1.6/koffice/lib/kofficecore/KoOasisStyles.h M +1 -1 trunk/koffice/kspread/Cell.cpp M +4 -0 trunk/koffice/kspread/Format.cpp M +112 -53 trunk/koffice/kspread/Style.cpp M +24 -11 trunk/koffice/kspread/Style.h M +16 -8 trunk/koffice/libs/kofficecore/KoOasisStyles.cpp M +16 -8 trunk/koffice/libs/kofficecore/KoOasisStyles.h
I'm not sure why Nikolaus only did a CCBUG to this one, because it works well now. Tested with 1.6beta. Closing.
You need to log in before you can comment on or make changes to this bug.