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/svtools/embedhlp.hxx | |
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/svtools/embedhlp.hxx')
-rw-r--r-- | include/svtools/embedhlp.hxx | 2 |
1 files changed, 0 insertions, 2 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(); |