diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-25 12:50:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-25 12:53:43 +0300 |
commit | 838d749ceb152de40d03538a0448bf709264ccdb (patch) | |
tree | b1ca36aae8368a0be20b2c3cfec6fa08e9db8f33 /solenv/bin | |
parent | 606b19f84350095ecbf0274590fca0026cb11301 (diff) |
Add css_comp_chart2_ChartDocumentWrapper_get_implementation
At least with my test documents, this is the only component we now need
from the chartcontroller library.
Change-Id: Ia2c203413a585f4d9207bb22fa5f548eda3fb9a8
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 309a3c0c39ea..c2917c40994a 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -50,6 +50,8 @@ core_factory_list = [ ] core_constructor_list = [ +# chart2/source/controller/chartcontroller.component + "com_sun_star_comp_chart2_ChartDocumentWrapper_get_implementation", # framework/util/fwk.component "com_sun_star_comp_framework_AutoRecovery_get_implementation", "com_sun_star_comp_framework_Desktop_get_implementation", |