summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-31 08:34:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-01 06:44:05 +0000
commit0b8e5ca5a25dfe9f20b098fdbd94f7e9f223f5c7 (patch)
tree3dbf334a665fbc6311b92555e5636e822af962ea /chart2
parent0de40868b49b9fc387391e2cbca1c8e910ef3bd3 (diff)
tdf#97966 Drop 'static' keywords
Including no keywords from extern "C" blocks Change-Id: Id0304994a692f1004993dda2ffd7fb819ab8e8d0 Reviewed-on: https://gerrit.libreoffice.org/23670 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/PieChartTypeTemplate.cxx2
-rw-r--r--chart2/source/view/main/AbstractShapeFactory.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/template/PieChartTypeTemplate.cxx b/chart2/source/model/template/PieChartTypeTemplate.cxx
index 3e5b679dff77..bd154e38da69 100644
--- a/chart2/source/model/template/PieChartTypeTemplate.cxx
+++ b/chart2/source/model/template/PieChartTypeTemplate.cxx
@@ -57,7 +57,7 @@ enum
PROP_PIE_TEMPLATE_USE_RINGS
};
-static void lcl_AddPropertiesToVector(
+void lcl_AddPropertiesToVector(
::std::vector< Property > & rOutProperties )
{
rOutProperties.push_back(
diff --git a/chart2/source/view/main/AbstractShapeFactory.cxx b/chart2/source/view/main/AbstractShapeFactory.cxx
index 3955e3167ca3..d975ed05ea76 100644
--- a/chart2/source/view/main/AbstractShapeFactory.cxx
+++ b/chart2/source/view/main/AbstractShapeFactory.cxx
@@ -55,7 +55,7 @@ typedef opengl::OpenglShapeFactory* (*__getOpenglShapeFactory)(void);
#ifndef DISABLE_DYNLOADING
-static void SAL_CALL thisModule() {}
+void SAL_CALL thisModule() {}
osl::Module* getOpenGLModule()
{