[Libreoffice-commits] .: chart2/source
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Fri Jul 13 14:35:31 PDT 2012
chart2/source/view/main/ChartView.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 5b6123e97799e94f32b0882eac5f45086c141aee
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri Jul 13 23:32:33 2012 +0200
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
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 8dce0da..b39691d 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
{
More information about the Libreoffice-commits
mailing list