summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-13 18:00:18 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-13 18:31:30 +0200
commit092e361031ed09756eac89d3d5e06645a2942a5e (patch)
treef795d5349e95cae285087e95f9c44904ba430f10 /chart2
parentfee59313ce70cc27112c0f4b031585441fd0f348 (diff)
Fix fallout from 60b1c95cc47831246f097ee13dda8bcd71c57eb4
Change-Id: I77722619a249616ab59af0eeaeb075e89040c715
Diffstat (limited to 'chart2')
-rw-r--r--chart2/qa/extras/xshape/chart2xshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx
index c49662fbb8f1..af218b99f90f 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -89,7 +89,7 @@ void Chart2XShapeTest::compareAgainstReference(const OUString& rReferenceFile, b
{
OUString aDump = getXShapeDumpString();
- OUString aReference = getPathFromSrc("/chart2/qa/extras/xshape/data/reference/") + rReferenceFile;
+ OUString aReference = m_directories.getPathFromSrc("/chart2/qa/extras/xshape/data/reference/") + rReferenceFile;
if(bCreateReference)
{
OString aOFile = OUStringToOString(aReference, RTL_TEXTENCODING_UTF8);