diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-13 23:32:33 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-13 23:33:38 +0200 |
commit | 5b6123e97799e94f32b0882eac5f45086c141aee (patch) | |
tree | af0d21f8b65678d1d92d95e0d907671c063b417b /chart2 | |
parent | 4e7b0cdad6fdce4c8d468cf9c79a8fe78517bf18 (diff) |
also remove the libxml2 include from chart2
all xml related dumper code is now in drawinglayer/source/dumper and no
longer in chart2
Change-Id: I4197774c0ef62606e8f32e47e3fbda0a0de32ae0
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 8dce0da90f12..b39691d86e94 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -113,10 +113,6 @@ #include <rtl/strbuf.hxx> #include <rtl/oustringostreaminserter.hxx> -//libxml2 for dumping -#include <libxml/xmlwriter.h> - - //............................................................................. namespace chart { |