summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/charthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/charthelper.cxx')
-rw-r--r--sc/source/core/tool/charthelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/charthelper.cxx b/sc/source/core/tool/charthelper.cxx
index 7a3e48515ddf..c0031483c1a3 100644
--- a/sc/source/core/tool/charthelper.cxx
+++ b/sc/source/core/tool/charthelper.cxx
@@ -115,7 +115,7 @@ bool lcl_AdjustRanges( ScRangeList& rRanges, SCTAB nSourceTab, SCTAB nDestTab, S
//static
sal_uInt16 ScChartHelper::DoUpdateAllCharts( ScDocument* pDoc )
{
- return lcl_DoUpdateCharts( ScAddress(), pDoc, sal_True );
+ return lcl_DoUpdateCharts( ScAddress(), pDoc, true );
}
void ScChartHelper::AdjustRangesOfChartsOnDestinationPage( ScDocument* pSrcDoc, ScDocument* pDestDoc, const SCTAB nSrcTab, const SCTAB nDestTab )