summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/table/chartins.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/table/chartins.cxx')
-rw-r--r--sw/source/uibase/table/chartins.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/table/chartins.cxx b/sw/source/uibase/table/chartins.cxx
index 6da2f8455932..1515a85c53ab 100644
--- a/sw/source/uibase/table/chartins.cxx
+++ b/sw/source/uibase/table/chartins.cxx
@@ -158,7 +158,7 @@ void SwInsertChart(vcl::Window* pParent, SfxBindings* pBindings )
aRangeString = pTableFormat->GetName() + "." + rWrtShell.GetBoxNms();
// get table data provider
- xDataProvider.set( pView->GetDocShell()->getIDocumentChartDataProviderAccess()->GetChartDataProvider( true ) );
+ xDataProvider.set( pView->GetDocShell()->getIDocumentChartDataProviderAccess().GetChartDataProvider( true ) );
}
}