diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-13 18:00:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-13 18:31:30 +0200 |
commit | 092e361031ed09756eac89d3d5e06645a2942a5e (patch) | |
tree | f795d5349e95cae285087e95f9c44904ba430f10 | |
parent | fee59313ce70cc27112c0f4b031585441fd0f348 (diff) |
Fix fallout from 60b1c95cc47831246f097ee13dda8bcd71c57eb4
Change-Id: I77722619a249616ab59af0eeaeb075e89040c715
-rw-r--r-- | chart2/qa/extras/xshape/chart2xshape.cxx | 2 |
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); |