summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-13 12:09:29 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:19 +0100
commit8685b73ca897ca6001d2acf94c44c8e312315e91 (patch)
tree0acfc94bf96cbe0efc6929018c0aea3783d47478 /chart2
parent7a24673115ca7492c3176034321f6beb77576b7d (diff)
disable this call for now
That one is particular nasty because it creates the chart root shape before the chart view exists and deletes therefore the uno object directly. Change-Id: Idb2318484bac4c2f251f0c51e53b3add3923414c
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DrawModelWrapper.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/view/main/DrawModelWrapper.cxx b/chart2/source/view/main/DrawModelWrapper.cxx
index cc4c01ebf709..8fd5bbe561c8 100644
--- a/chart2/source/view/main/DrawModelWrapper.cxx
+++ b/chart2/source/view/main/DrawModelWrapper.cxx
@@ -235,7 +235,9 @@ uno::Reference< drawing::XDrawPage > DrawModelWrapper::getMainDrawPage()
}
}
//ensure that additional shapes are in front of the chart objects so create the chart root before
- AbstractShapeFactory::getOrCreateShapeFactory(this->getShapeFactory())->getOrCreateChartRootShape( m_xMainDrawPage );
+ // let us disable this call for now
+ // TODO:moggi
+ // AbstractShapeFactory::getOrCreateShapeFactory(this->getShapeFactory())->getOrCreateChartRootShape( m_xMainDrawPage );
return m_xMainDrawPage;
}
uno::Reference< drawing::XDrawPage > DrawModelWrapper::getHiddenDrawPage()