summaryrefslogtreecommitdiff
path: root/chart2/source/model/main
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-05-17 04:32:58 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-08-29 17:40:25 +0200
commit43d23a24fde16addb37376a92d36dba78263614a (patch)
tree763f4b8b9ef75da93dd6ee92b337affd0f1762dd /chart2/source/model/main
parent235fa0334e0b45c736b636ba1689e2f8c7458697 (diff)
opengl charts: Move the init from sc to chart2, to have the right parent.
Conflicts: chart2/source/view/charttypes/GL3DBarChart.cxx Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a
Diffstat (limited to 'chart2/source/model/main')
-rw-r--r--chart2/source/model/main/ChartModel.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx
index f65f5403e327..ed0d24e0b2ff 100644
--- a/chart2/source/model/main/ChartModel.cxx
+++ b/chart2/source/model/main/ChartModel.cxx
@@ -1412,7 +1412,6 @@ void ChartModel::setWindow( const sal_uInt64 nWindowPtr )
{
void* pPtr = (void*)nWindowPtr;
OpenGLWindow* pWindow = reinterpret_cast<OpenGLWindow*>(pPtr);
- assert(pWindow);
mpOpenGLWindow = pWindow;
}