diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-29 12:21:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-29 12:21:17 +0100 |
commit | c1a595aa0b4b721ae1e465ce08f6e4fdf78171b8 (patch) | |
tree | 82398eaa1db1cf48827ba12dcfa879dafa38c176 /chart2 | |
parent | 553455ae8a9b8adc477323043073068b8c7ecfc3 (diff) |
hide local functions harder
Change-Id: I874a7cda6b2948866a56f0559ab737fed5f42385
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/model/template/PieChartType.cxx | 2 | ||||
-rw-r--r-- | chart2/source/model/template/PieChartTypeTemplate.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/PieChartType.cxx b/chart2/source/model/template/PieChartType.cxx index 6fdb8e2cce9a..9635ecd3c504 100644 --- a/chart2/source/model/template/PieChartType.cxx +++ b/chart2/source/model/template/PieChartType.cxx @@ -54,7 +54,7 @@ enum PROP_PIECHARTTYPE_USE_RINGS }; -void lcl_AddPropertiesToVector( +static void lcl_AddPropertiesToVector( ::std::vector< Property > & rOutProperties ) { rOutProperties.push_back( diff --git a/chart2/source/model/template/PieChartTypeTemplate.cxx b/chart2/source/model/template/PieChartTypeTemplate.cxx index ece6b3e91e12..9a4f1d940322 100644 --- a/chart2/source/model/template/PieChartTypeTemplate.cxx +++ b/chart2/source/model/template/PieChartTypeTemplate.cxx @@ -70,7 +70,7 @@ enum PROP_PIE_TEMPLATE_USE_RINGS }; -void lcl_AddPropertiesToVector( +static void lcl_AddPropertiesToVector( ::std::vector< Property > & rOutProperties ) { rOutProperties.push_back( |