diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-13 23:48:31 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-15 19:32:31 -0500 |
commit | c2a1c7c40e4b5ef2ad7f2334fac699ce83b18d8a (patch) | |
tree | 89b75393ec53e1f22fb20d994860573d182794ca /starmath | |
parent | a3c2d619c2e13f547e50c4073b24e55dfa96f8d2 (diff) |
hook for calling from .docx filter to starmath for writting formulas
Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c
Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/Library_sm.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index a93bcfba6bf0..5a2ec9140cb0 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -53,8 +53,10 @@ $(eval $(call gb_Library_add_linked_libs,sm,\ cppu \ cppuhelper \ editeng \ - i18npaper \ + i18npaper \ + msfilter \ sal \ + sax \ sfx \ sot \ svl \ |