diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-10 16:38:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-10 16:38:11 +0200 |
commit | 890d0254db133b746c8562133da8241816acc13d (patch) | |
tree | 8272d45ae6da9887684ec7723f9390a409b8fc1e /chart2 | |
parent | 7f545208e8108be84cd880e026294e11aa15c65b (diff) |
loplugin:passstuffbyref
Change-Id: If17bfdfdb51d5b9b8db563fccf09bb7608fcd0f8
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index f8c545a1d4fb..b853466bfbe3 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -55,7 +55,7 @@ public: void testAutoBackgroundXLSX(); void testNumberFormatsXLSX(); - void testTransparentBackground(OUString filename); + void testTransparentBackground(OUString const & filename); CPPUNIT_TEST_SUITE(Chart2ImportTest); CPPUNIT_TEST(Fdo60083); @@ -595,7 +595,7 @@ void Chart2ImportTest::testFdo78080() CPPUNIT_ASSERT(!xTitle.is()); } -void Chart2ImportTest::testTransparentBackground(OUString filename) +void Chart2ImportTest::testTransparentBackground(OUString const & filename) { load("/chart2/qa/extras/data/xlsx/", filename); uno::Reference< chart2::XChartDocument > xChartDoc = getChartDocFromSheet(0, mxComponent); |