summaryrefslogtreecommitdiff
path: root/include/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 /include/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 'include/unotest')
-rw-r--r--include/unotest/directories.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotest/directories.hxx b/include/unotest/directories.hxx
index 3e44558a26ca..ae105d988d96 100644
--- a/include/unotest/directories.hxx
+++ b/include/unotest/directories.hxx
@@ -40,10 +40,8 @@ public:
// return a URL to a given c-str path from the workdir directory
OUString getURLFromWorkdir( const char *pPath );
-#ifdef _WIN32
// return a Path to a given c-str path from the workdir directory
OUString getPathFromWorkdir( const char *pPath );
-#endif
};
}