summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-08-25 21:47:34 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-08-29 17:40:35 +0200
commitf61e453f8463fcc02629b1e8cdfeb73a3a932307 (patch)
tree6e8fffa2e97c6b09fde4c02b8f6875c91e2da5ea /offapi
parent5d622c55ef776f31ec8a0a5dfcbbadd03c35e5a1 (diff)
the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl charts
Change-Id: Idab33c8611526dc4749b4dbe4fe84e68138b4f73
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/chart2/XChartDocument.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/XChartDocument.idl b/offapi/com/sun/star/chart2/XChartDocument.idl
index 0055cbb83fd2..57bcfc9c259f 100644
--- a/offapi/com/sun/star/chart2/XChartDocument.idl
+++ b/offapi/com/sun/star/chart2/XChartDocument.idl
@@ -127,6 +127,10 @@ interface XChartDocument : ::com::sun::star::frame::XModel
/** Creates a default chart type for a brand-new chart object.
*/
void createDefaultChart();
+
+ /** Returns true if the chart is based on OpenGL
+ */
+ boolean isOpenGLChart();
};
} ; // chart2