diff options
author | Wastack <btomi96@gmail.com> | 2016-03-11 01:07:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-11 08:59:30 +0000 |
commit | ce549d2a09ad9884a7e598162cf0ca6b6bc3150c (patch) | |
tree | 6f6033b12e959862c0a4bdb75e1505b6e4d449b5 /chart2 | |
parent | 9a13cff64783a7de3dce7d484c150605bd42a4d6 (diff) |
tdf#97966: Remove 'static' keywords
Change-Id: Iced527f48afa828cc9acf5b6461674a2706cbcd7
Reviewed-on: https://gerrit.libreoffice.org/23135
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/model/template/PieChartType.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/template/PieChartType.cxx b/chart2/source/model/template/PieChartType.cxx index f036ebc312ad..b95d083594fc 100644 --- a/chart2/source/model/template/PieChartType.cxx +++ b/chart2/source/model/template/PieChartType.cxx @@ -46,7 +46,7 @@ enum PROP_PIECHARTTYPE_3DRELATIVEHEIGHT }; -static void lcl_AddPropertiesToVector( +void lcl_AddPropertiesToVector( ::std::vector< Property > & rOutProperties ) { rOutProperties.push_back( |