diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-19 16:02:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-23 09:42:23 +0200 |
commit | 0339e648a8d4d78f8271af07965876fae81d1570 (patch) | |
tree | 14f7a4616185232973e59351e9e7524fac9e36a1 /chart2/source/model/template | |
parent | 468ff4b3b6e20cab284b5f6dbd7c8aa5a1ba1264 (diff) |
loplugin:constantfunction: chart2
Change-Id: I2ec1eaf9faa23779fbdf53771dbba1936c6aa3f9
Diffstat (limited to 'chart2/source/model/template')
-rw-r--r-- | chart2/source/model/template/BubbleChartType.cxx | 6 | ||||
-rw-r--r-- | chart2/source/model/template/BubbleChartTypeTemplate.cxx | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/chart2/source/model/template/BubbleChartType.cxx b/chart2/source/model/template/BubbleChartType.cxx index f9724f7e7109..d5228542adb4 100644 --- a/chart2/source/model/template/BubbleChartType.cxx +++ b/chart2/source/model/template/BubbleChartType.cxx @@ -41,11 +41,6 @@ using ::osl::MutexGuard; namespace { -void lcl_AddPropertiesToVector( - ::std::vector< Property > & /*rOutProperties*/ ) -{ -} - struct StaticBubbleChartTypeDefaults_Initializer { ::chart::tPropertyValueMap* operator()() @@ -71,7 +66,6 @@ private: Sequence< Property > lcl_GetPropertySequence() { ::std::vector< ::com::sun::star::beans::Property > aProperties; - lcl_AddPropertiesToVector( aProperties ); ::std::sort( aProperties.begin(), aProperties.end(), ::chart::PropertyNameLess() ); diff --git a/chart2/source/model/template/BubbleChartTypeTemplate.cxx b/chart2/source/model/template/BubbleChartTypeTemplate.cxx index 5ea692e83acd..006e64eb797d 100644 --- a/chart2/source/model/template/BubbleChartTypeTemplate.cxx +++ b/chart2/source/model/template/BubbleChartTypeTemplate.cxx @@ -43,11 +43,6 @@ using ::osl::MutexGuard; namespace { -void lcl_AddPropertiesToVector( - ::std::vector< Property > & /*rOutProperties*/ ) -{ -} - struct StaticBubbleChartTypeTemplateDefaults_Initializer { ::chart::tPropertyValueMap* operator()() @@ -73,7 +68,6 @@ private: Sequence< Property > lcl_GetPropertySequence() { ::std::vector< ::com::sun::star::beans::Property > aProperties; - lcl_AddPropertiesToVector( aProperties ); ::std::sort( aProperties.begin(), aProperties.end(), ::chart::PropertyNameLess() ); |