summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-11-24 11:26:21 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-11-26 15:40:20 +0000
commitbc13c1c2bab46135ef7c05fa1a772989f8ff4460 (patch)
tree01221bed6f5f4967aa355b4ff3bfc97b953b7314 /unotest
parente40a2670d1a0146d523ba65a9d9ceecceb8c78c4 (diff)
screenshots: builddir is not neccessarily same as srcdir
Change-Id: Ic7d3d7854eeb5511d5e94e7329fcffa8a3ccba34 Reviewed-on: https://gerrit.libreoffice.org/31160 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/cpp/directories.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unotest/source/cpp/directories.cxx b/unotest/source/cpp/directories.cxx
index 55084a2e3d53..508af534c35e 100644
--- a/unotest/source/cpp/directories.cxx
+++ b/unotest/source/cpp/directories.cxx
@@ -59,11 +59,9 @@ OUString test::Directories::getURLFromWorkdir( const char *pPath )
return m_aWorkdirRootURL + OUString::createFromAscii( pPath );
}
-#ifdef _WIN32 // ifdef just to keep it out of unusedcode.easy
OUString test::Directories::getPathFromWorkdir( const char *pPath )
{
return m_aWorkdirRootPath + OUString::createFromAscii( pPath );
}
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */