summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-25 12:50:27 +0300
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-25 22:36:21 +1000
commita184afe3b6b563ff6ea4bc55f4bc386b6484c4fb (patch)
tree607bf1b7928ac70b5d1a5a02638d2adf7022dd7c
parent023c6959facb84b4e6006099a57a6db9e3ca10c8 (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
-rwxr-xr-xsolenv/bin/native-code.py2
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",