summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VCartesianGrid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/axes/VCartesianGrid.cxx')
-rw-r--r--chart2/source/view/axes/VCartesianGrid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/axes/VCartesianGrid.cxx b/chart2/source/view/axes/VCartesianGrid.cxx
index df74eeeaf05d..da6eca3acf0c 100644
--- a/chart2/source/view/axes/VCartesianGrid.cxx
+++ b/chart2/source/view/axes/VCartesianGrid.cxx
@@ -212,7 +212,7 @@ void VCartesianGrid::createShapes()
//create all scaled tickmark values
std::unique_ptr< TickFactory > apTickFactory( createTickFactory() );
- TickFactory& aTickFactory = *apTickFactory.get();
+ TickFactory& aTickFactory = *apTickFactory;
TickInfoArraysType aAllTickInfos;
aTickFactory.getAllTicks( aAllTickInfos );