summaryrefslogtreecommitdiff
path: root/chart2/source/model
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model')
-rw-r--r--chart2/source/model/main/ChartModel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx
index 2d2a84860145..f65f5403e327 100644
--- a/chart2/source/model/main/ChartModel.cxx
+++ b/chart2/source/model/main/ChartModel.cxx
@@ -1428,7 +1428,7 @@ void ChartModel::update()
{
mpChartView->setViewDirty();
mpChartView->update();
- mpChartView->updateOpenGLWindow();
+ mpChartView->updateOpenGLWindow();
}
}