diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-13 17:36:17 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-13 18:03:09 -0500 |
commit | 0d22c49de2633ba540c00038633c60af172cc516 (patch) | |
tree | b77d9953557f43624fdb131e3779dafc76f28d04 /sc/Library_sc.mk | |
parent | c2aaa83660316b9c0ad01017ba3cee71a89176c5 (diff) |
Switch integer constants to enum & prefix data members with 'm'.
Change-Id: I13374e160bb369f64fc6e661c43db5da657cbfd9
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 d205b4a6bb1a..b72deec24ce5 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -122,6 +122,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/document \ sc/source/core/data/dpdimsave \ sc/source/core/data/dpfilteredcache \ + sc/source/core/data/dpglobal \ sc/source/core/data/dpgroup \ sc/source/core/data/dpitemdata \ sc/source/core/data/dpnumgroupinfo \ |