[Libreoffice-commits] .: chart2/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue May 29 04:21:32 PDT 2012
chart2/source/model/template/PieChartType.cxx | 2 +-
chart2/source/model/template/PieChartTypeTemplate.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c1a595aa0b4b721ae1e465ce08f6e4fdf78171b8
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue May 29 12:21:17 2012 +0100
hide local functions harder
Change-Id: I874a7cda6b2948866a56f0559ab737fed5f42385
diff --git a/chart2/source/model/template/PieChartType.cxx b/chart2/source/model/template/PieChartType.cxx
index 6fdb8e2..9635ecd 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 ece6b3e..9a4f1d9 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(
More information about the Libreoffice-commits
mailing list