diff options
author | Łukasz Hryniuk <lukasz.hryniuk@wp.pl> | 2015-08-08 15:04:11 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-10-02 05:08:30 +0000 |
commit | 0355caf7183d60786018d1de4a8ca4c95028e105 (patch) | |
tree | 5e75b860cb06634c9b9d80316b5df4afba3412f9 /sc/Library_sc.mk | |
parent | ab092bdc0f8c45e174cad403de9d2342adc01fb6 (diff) |
Add a new file with matrix operators definitions
Change-Id: Ib42d0d51945f634a3052c387a0317d7a919a4d4b
Reviewed-on: https://gerrit.libreoffice.org/17482
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
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 52d17d153472..4923a7149522 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -244,6 +244,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/jumpmatrix \ sc/source/core/tool/listenerquery \ sc/source/core/tool/lookupcache \ + sc/source/core/tool/matrixoperators \ sc/source/core/tool/navicfg \ sc/source/core/tool/numformat \ sc/source/core/tool/odffmap \ |