summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_Trendline.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-01 16:12:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-01 21:41:12 +0200
commitd1ea4db02dac313a9836b26f05f00e9a34b25600 (patch)
tree29d7e7c1f4d67ebfc6675175952dd6c8f63cfc2f /chart2/source/controller/dialogs/tp_Trendline.cxx
parentloplugin:returnconstant in connectivity (diff)
downloadcore-d1ea4db02dac313a9836b26f05f00e9a34b25600.tar.gz
core-d1ea4db02dac313a9836b26f05f00e9a34b25600.zip
loplugin:returnconstant in chart2
Change-Id: If44096ccf8d176023a1b7b8ae722e04417e4c131 Reviewed-on: https://gerrit.libreoffice.org/58425 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/dialogs/tp_Trendline.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_Trendline.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_Trendline.cxx b/chart2/source/controller/dialogs/tp_Trendline.cxx
index 8909c11257c2..dc316a8fa54a 100644
--- a/chart2/source/controller/dialogs/tp_Trendline.cxx
+++ b/chart2/source/controller/dialogs/tp_Trendline.cxx
@@ -38,7 +38,8 @@ VclPtr<SfxTabPage> TrendlineTabPage::Create(
bool TrendlineTabPage::FillItemSet( SfxItemSet* rOutAttrs )
{
- return m_aTrendlineResources.FillItemSet( rOutAttrs );
+ m_aTrendlineResources.FillItemSet( rOutAttrs );
+ return true;
}
void TrendlineTabPage::Reset( const SfxItemSet* rInAttrs )