Kaydet (Commit) 092e3610 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix fallout from 60b1c95c

Change-Id: I77722619a249616ab59af0eeaeb075e89040c715
üst fee59313
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment