diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-23 15:52:15 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-24 00:51:41 -0500 |
commit | 513edaa41ddb4dfdf6e3ec1efd44f56ff959ef26 (patch) | |
tree | 492d6d1607b31cd95795b2bcf7bc28429dd76e50 /sc/Library_sc.mk | |
parent | 57875110e3365988bb01cfef42d8094cb076002d (diff) |
Properly tally original/duplicate dimension name counts.
Else the duplicated data fields would disappear after clicking OK in
the layout dialog.
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 656aa82aea1a..a643b7a511f1 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -116,6 +116,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/data/dptablecache \ sc/source/core/data/dptabres \ sc/source/core/data/dptabsrc \ + sc/source/core/data/dputil \ sc/source/core/data/drawpage \ sc/source/core/data/drwlayer \ sc/source/core/data/fillinfo \ |