summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-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
};
}