summaryrefslogtreecommitdiff
path: root/sc/qa/unit/chart2dataprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/chart2dataprovider.cxx')
-rw-r--r--sc/qa/unit/chart2dataprovider.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/chart2dataprovider.cxx b/sc/qa/unit/chart2dataprovider.cxx
index b25f8aaea7e5..f482283062f9 100644
--- a/sc/qa/unit/chart2dataprovider.cxx
+++ b/sc/qa/unit/chart2dataprovider.cxx
@@ -43,9 +43,9 @@ private:
uno::Reference<uno::XInterface> m_xCalcComponent;
};
-void lcl_createAndCheckDataProvider(ScDocument& rDoc, const OUString& cellRange, bool hasCategories,
- bool firstCellAsLabel, sal_Int32 expectedRows,
- sal_Int32 expectedCols)
+static void lcl_createAndCheckDataProvider(ScDocument& rDoc, const OUString& cellRange,
+ bool hasCategories, bool firstCellAsLabel,
+ sal_Int32 expectedRows, sal_Int32 expectedCols)
{
uno::Reference<chart2::data::XDataProvider> xDataProvider = new ScChart2DataProvider(&rDoc);
CPPUNIT_ASSERT(xDataProvider.is());