diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-14 21:20:12 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-14 23:53:52 -0500 |
commit | 07f8216e5722d2288143367a07f4d567ab060431 (patch) | |
tree | 2b94cc96ff5322c912b697dff3dea04720eebc87 /sc/Library_sc.mk | |
parent | 8819e6909568ec8e3feebb4226ef4f381af209a9 (diff) |
Create string from token array directly from ScTokenArray. Still WIP.
And make it re-entrant for thread safety. This method should not modify
the internal state of the token array object. The one with ScCompiler
is not re-entrant. Still some way to go.
Change-Id: I06de3637341727aef0963dddfb98527f415bf7fa
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 5754ad9b4a76..c9f0b5fbcf1f 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -254,6 +254,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/core/tool/stylehelper \ sc/source/core/tool/subtotal \ sc/source/core/tool/token \ + sc/source/core/tool/tokenstringcontext \ sc/source/core/tool/typedstrdata \ sc/source/core/tool/unitconv \ sc/source/core/tool/userlist \ |