diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-21 19:50:03 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:22 -0400 |
commit | 14afe7b9b057e5bbd68d41573884c8a85761712d (patch) | |
tree | 97758b002922bc7095e2dc2f9b32943fa127d139 /sc/Library_sc.mk | |
parent | 07bd80e7d94d90be0bc8059e98eade6b3ca2b6c6 (diff) |
Move ScCellValue into its own header/source files.
This can be used outside the undo code, like change tracking code.
Change-Id: Iad936acef0dacbd19d8c179da4713b1cdc7f9c84
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 48ebfd23d954..1935b7afb528 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -101,6 +101,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/bigrange \ sc/source/core/data/cell \ sc/source/core/data/cell2 \ + sc/source/core/data/cellvalue \ sc/source/core/data/clipparam \ sc/source/core/data/column \ sc/source/core/data/column2 \ |