diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-07-16 22:58:53 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-07-17 02:59:19 +0200 |
commit | 026e2623f7f498432e6dc970fb06145dfc77dc45 (patch) | |
tree | 22229b7aab2fff3c4f4f12f856e55494dc7fb565 /include | |
parent | 13660d4b311501d80b3e1a9541fb7db80cc42f87 (diff) |
remove the GL based 3D charts
Change-Id: Ia578c71ae70aa0a85b49fa50138edf90f961b1e9
Reviewed-on: https://gerrit.libreoffice.org/57533
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/embedhlp.hxx | 2 | ||||
-rw-r--r-- | include/svx/charthelper.hxx | 3 | ||||
-rw-r--r-- | include/svx/svdoole2.hxx | 1 | ||||
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/include/svtools/embedhlp.hxx b/include/svtools/embedhlp.hxx index 27e3e89eb590..5e74e97a3d60 100644 --- a/include/svtools/embedhlp.hxx +++ b/include/svtools/embedhlp.hxx @@ -69,7 +69,6 @@ public: throw(); static bool IsChart(const css::uno::Reference < css::embed::XEmbeddedObject >& xObj); - static bool IsGLChart(const css::uno::Reference < css::embed::XEmbeddedObject >& xObj); const css::uno::Reference <css::embed::XEmbeddedObject>& operator->() const; const css::uno::Reference <css::embed::XEmbeddedObject>& GetObject() const; @@ -111,7 +110,6 @@ public: bool IsLocked() const; bool IsChart() const; - bool IsGLChart() const; OUString GetChartType(); diff --git a/include/svx/charthelper.hxx b/include/svx/charthelper.hxx index acc1349c93c5..7bdcd4cc42be 100644 --- a/include/svx/charthelper.hxx +++ b/include/svx/charthelper.hxx @@ -36,9 +36,6 @@ namespace basegfx { class B2DRange; } class SAL_WARN_UNUSED SVX_DLLPUBLIC ChartHelper { public: - /// Check that the XDiagram is a real 3D chart. - static bool isGL3DDiagram(const css::uno::Reference<css::chart2::XDiagram>& xDiagram); - /// Use chart's XUpdatable::update() to update values. static void updateChart( const css::uno::Reference< css::frame::XModel >& rXModel, bool bHardUpdate ); diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx index 59adef7e4ca5..a897b797694d 100644 --- a/include/svx/svdoole2.hxx +++ b/include/svx/svdoole2.hxx @@ -160,7 +160,6 @@ public: css::uno::Reference< css::frame::XModel > getXModel() const; bool IsChart() const; - bool IsReal3DChart() const; bool IsCalc() const; bool UpdateLinkURL_Impl(); diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 1c388e5e3193..2364f63d6879 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -919,7 +919,6 @@ namespace xmloff { namespace token { XML_GCD, XML_GENERATOR, XML_GEQ, - XML_GL3DBAR, XML_GOURAUD, XML_GRADIENT, XML_GRADIENT_ANGLE, @@ -1569,7 +1568,6 @@ namespace xmloff { namespace token { XML_ROTATION_ALIGN, XML_ROTATION_ANGLE, XML_ROUND, - XML_ROUNDED_EDGE, XML_ROW, XML_ROW_HEIGHT, XML_ROW_NUMBER, |