summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-09-30 21:30:17 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-10-22 18:07:26 -0400
commitf1fcac4bc93d895307fad194988c4a024034dd5d (patch)
treed044ed11c64a582486a3dd4e370d44bd84583514 /sc/Library_sc.mk
parente0d62d8ef7ec781ded59c2453d817eb9022b4bf3 (diff)
Try to determine whether or not a column has all 'General' number format
during import. We'll then use this information to set script type to latin for all numeric cells in those columns rather than leaving the script type 'unknown'. Change-Id: I69eae1effc32c57290b0265bc6c87e58f51944b1
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index cdd422822c66..5a7c03b96313 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -240,6 +240,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/tool/listenerquery \
sc/source/core/tool/lookupcache \
sc/source/core/tool/navicfg \
+ sc/source/core/tool/numformat \
sc/source/core/tool/odffmap \
sc/source/core/tool/optutil \
sc/source/core/tool/orcusxml \