diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 11:18:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-05 11:18:24 -0400 |
commit | 7d082ba75b237eb8b9e5fbc6e128d92674793fc0 (patch) | |
tree | 2553d8f2bc00614964aa8d29854f0ee155498028 /dbaccess/source/ui | |
parent | 4752788838ebb8019026e902ad9de121f17a4789 (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 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/misc/UITools.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx index 142da37eb892..2b96b5883459 100644 --- a/dbaccess/source/ui/misc/UITools.cxx +++ b/dbaccess/source/ui/misc/UITools.cxx @@ -295,6 +295,8 @@ #include <connectivity/FValue.hxx> #endif +#include <editeng/justifyitem.hxx> + // ......................................................................... namespace dbaui { |