diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-08-10 17:18:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-08-29 17:40:27 +0200 |
commit | bd9a4e19227834381dd776d8fc13e5f1ecdf92b3 (patch) | |
tree | d7f01cceef53c7ef32a20644ef978a8e11b635db /include/svx | |
parent | 6e4f6ec445198f6252fdfed627a1c6d07557190a (diff) |
ChartHelper::IsChart is useless
EmbeddedObjectRef has an own IsChart method with the same
behavior.
Change-Id: Ib06699186466bf3da2bd67d7c631a5216463fb14
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/charthelper.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/svx/charthelper.hxx b/include/svx/charthelper.hxx index 296fccca34d6..bfa1bf783650 100644 --- a/include/svx/charthelper.hxx +++ b/include/svx/charthelper.hxx @@ -27,19 +27,9 @@ #include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <com/sun/star/embed/XEmbeddedObject.hpp> - -// predeclarations - -namespace svt { class EmbeddedObjectRef; } - - - class SVX_DLLPUBLIC ChartHelper { public: - // test if given reference is a chart - static bool IsChart(const svt::EmbeddedObjectRef& xObjRef); - // try to access rXModel in case of a chart to to get the chart content // as sequence of primitives. Return range of primitives (chart size) in rRange; // it will be used to embed the chart to the SdrObject transformation. This |