summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/GL3DBarChart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/inc/GL3DBarChart.hxx')
-rw-r--r--chart2/source/view/inc/GL3DBarChart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx
index d887c5d102bd..5f68b27c33e1 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -176,7 +176,7 @@ private:
bool mbScrollFlg;
Idle maIdle;
bool mbScreenTextNewRender;
- boost::ptr_vector<opengl3D::Renderable3DObject> maScreenTextShapes;
+ std::vector<std::unique_ptr<opengl3D::Renderable3DObject>> maScreenTextShapes;
OUString maFPS;
OUString maDataUpdateFPS;
sal_uInt32 miFrameCount;