diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-27 20:48:08 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-28 00:24:49 -0400 |
commit | 8600f21b7d3c3656c1458aa440dbb330c08a7c7c (patch) | |
tree | b2ed8a6f64a0ee660866da546f7718d0d2ea8687 /sc/Module_sc.mk | |
parent | 219cef62f8bbb5a057eaa830e6a4b2964c242c44 (diff) |
Renamed the file to make room for the header version of the same test.
This ScEditFieldObj is used for both cell fields and header/footer
fields.
Change-Id: I8c51de5d173ae934ea604c68030cd84b13f90ef3
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 18ab35875f60..926ac33da6a8 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -64,6 +64,7 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ CppunitTest_sc_namedrangesobj \ CppunitTest_sc_tablesheetobj \ CppunitTest_sc_tablesheetsobj \ + CppunitTest_sc_editfieldobj \ )) # vim: set noet sw=4 ts=4: |