summaryrefslogtreecommitdiffstats
path: root/unotest/source/cpp/directories.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/directories.cxx')
-rw-r--r--unotest/source/cpp/directories.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/unotest/source/cpp/directories.cxx b/unotest/source/cpp/directories.cxx
index 508af534c35e..71c1f32fa193 100644
--- a/unotest/source/cpp/directories.cxx
+++ b/unotest/source/cpp/directories.cxx
@@ -54,6 +54,11 @@ OUString test::Directories::getPathFromSrc( const char *pPath )
return m_aSrcRootPath + OUString::createFromAscii( pPath );
}
+OUString test::Directories::getPathFromSrc(const OUString& rPath)
+{
+ return m_aSrcRootPath + rPath;;
+}
+
OUString test::Directories::getURLFromWorkdir( const char *pPath )
{
return m_aWorkdirRootURL + OUString::createFromAscii( pPath );