summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorArtur Dorda <artur.dorda+libo@gmail.com>2012-05-26 01:11:53 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-12 03:09:59 +0200
commit16b57ee7cc05e4bf08eef63c7b491ba8de294357 (patch)
tree13285ca7df9384d9e9c4a822cae574dce3636858 /chart2
parent9a7e4eac50523df3f24008430340635d7b870328 (diff)
Unfinished dumper code
Change-Id: I353c93498c2e0cc8fd4450f0348dfceedb763b51
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/ChartView.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 8714040fed9d..0b1f19d53e16 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -3023,6 +3023,9 @@ uno::Sequence< ::rtl::OUString > ChartView::getAvailableServiceNames() throw (un
return aServiceNames;
}
+/* ----------------------
+ goes to drawinglayer/
+ ----------------------
namespace {
#define DEBUG_DUMPER 0
@@ -3118,7 +3121,7 @@ void dumpXShapes( uno::Reference< drawing::XShapes > xShapes, xmlTextWriterPtr x
}
}
-
+*/
rtl::OUString ChartView::dump() throw (uno::RuntimeException)
{
impl_updateView();