From 769778e489722f454fa3d81ffcf73f1934a0a88b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 17 Jan 2014 16:07:36 +0100 Subject: test::BootstrapFixtureBase::getPathFromWorkdir not unused Change-Id: I4ddad27d1e5a4de9885956b80db37f1e2f80a96e --- include/unotest/bootstrapfixturebase.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx index d69be43d013d..c447f4fa626e 100644 --- a/include/unotest/bootstrapfixturebase.hxx +++ b/include/unotest/bootstrapfixturebase.hxx @@ -62,9 +62,12 @@ public: // return a Path to a given c-str path from the source directory OUString getPathFromSrc( const char *pPath ); + // return a URL to a given c-str path from the workdir directory OUString getURLFromWorkdir( const char *pPath ); + // return a Path to a given c-str path from the workdir directory + OUString getPathFromWorkdir( const char *pPath ); virtual void setUp(); virtual void tearDown(); -- cgit