summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-11-24 11:26:21 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-12-22 14:18:45 +0000
commite95e05795d192275fa3c44a87377ce8353ae32d8 (patch)
treef6e7b82e2dbdcb7b89a18d23ba4f28060df1c85a /unotest
parent371f0f6770add78ae81e0f769d0490874bca353c (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> (cherry picked from commit bc13c1c2bab46135ef7c05fa1a772989f8ff4460) Reviewed-on: https://gerrit.libreoffice.org/31868 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
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: */