Summary: | KSpread ignores cell format when inserting text files | ||
---|---|---|---|
Product: | [Applications] calligrasheets | Reporter: | Edgar Ibsen <edgaribsen2> |
Component: | general | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.6 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Edgar Ibsen
2006-11-15 05:03:42 UTC
SVN commit 696591 by nikolaus: Painting Content Format. The Style's content format now takes precedence over the one of Value. This fixes the issue, that you were not able to change the format after importing CSV values as text. Errors will always be centered now. BUGS: 87471, 137375 M +1 -1 Cell.cpp M +57 -20 ValueConverter.cpp M +8 -8 ValueConverter.h M +92 -54 ValueFormatter.cpp M +6 -6 ValueFormatter.h M +1 -1 dialogs/LayoutDialog.cpp M +29 -13 ui/CellView.cpp |