diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-20 20:52:11 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-25 22:50:48 -0400 |
commit | be89276e63a29f4e066c7991cdecc97c20794e7c (patch) | |
tree | 8aebcc53cac140eaa4ed36faff535533fe9302cc /chart2/Library_chartcontroller.mk | |
parent | 349a5b72bf2bc627a79967d61ff7dc07a4ac90b2 (diff) |
Add a new chart type "GL 3D Bar" (working name).
Change-Id: I0b0a65bf4f9365a8d522e3c439afe19797b2fdd5
Diffstat (limited to 'chart2/Library_chartcontroller.mk')
-rw-r--r-- | chart2/Library_chartcontroller.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index 6a4907feaf85..86c2a04299cc 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -87,6 +87,7 @@ $(eval $(call gb_Library_add_exception_objects,chartcontroller,\ chart2/source/controller/chartapiwrapper/WrappedTextRotationProperty \ chart2/source/controller/dialogs/ChangingResource \ chart2/source/controller/dialogs/ChartTypeDialogController \ + chart2/source/controller/dialogs/GL3DBarChartDialogController \ chart2/source/controller/dialogs/DataBrowser \ chart2/source/controller/dialogs/DataBrowserModel \ chart2/source/controller/dialogs/DialogModel \ |