diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-09 17:49:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-20 20:13:04 -0400 |
commit | c9bfa396e32b07d88eec742232636a517032b108 (patch) | |
tree | 75b9ee1bdddd9cbbddcdf63a4db38ba396b9cf1f /sc/Library_sc.mk | |
parent | cb706bac6a02fcfb10c00e5473b5b4ac916c84c9 (diff) |
Block definition for CellTextAttr.
This block will be used to merge the text width and script type vectors
that are currently separate. Text widths and script types should really
be stored together.
Change-Id: I6783769cc03180b513319e0a98a0773bd20ba941
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 9383e30b721c..e628605c3c04 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -141,6 +141,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/globalx \ sc/source/core/data/markarr \ sc/source/core/data/markdata \ + sc/source/core/data/mtvelements \ sc/source/core/data/olinetab \ sc/source/core/data/pagepar \ sc/source/core/data/patattr \ |