diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 11:26:19 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 11:26:19 -0400 |
commit | 0f0c8591f93c568589df03eab07f08fe36ca4ac3 (patch) | |
tree | 734e6660656bbf074182b9cacddea4ade674a254 /sw/inc/tblafmt.hxx | |
parent | 3ea104b5e803f09114a7ebea9da7414440252d96 (diff) |
Ported calc-distributed-cell-text-*.diff from ooo-build.
This feature enables horizontal 'distributed' alignment and vertical
'justified' and 'distributed' alignments for cell contents in Calc.
Note that this feature relies on ODF 1.2 extended in order for the
relevant cell attributes to be saved in ODS.
Diffstat (limited to 'sw/inc/tblafmt.hxx')
-rw-r--r-- | sw/inc/tblafmt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/tblafmt.hxx b/sw/inc/tblafmt.hxx index 0e747441e5..36864e28c6 100644 --- a/sw/inc/tblafmt.hxx +++ b/sw/inc/tblafmt.hxx @@ -61,6 +61,7 @@ JP 20.07.95: #include <editeng/boxitem.hxx> #include <editeng/brshitem.hxx> #include <editeng/adjitem.hxx> +#include <editeng/justifyitem.hxx> #include <svx/rotmodit.hxx> #include <svl/intitem.hxx> #include <editeng/bolnitem.hxx> |