summaryrefslogtreecommitdiff
path: root/include/unotest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-01-17 16:07:36 +0100
committerMichael Stahl <mstahl@redhat.com>2014-01-17 16:08:09 +0100
commit769778e489722f454fa3d81ffcf73f1934a0a88b (patch)
tree14e5e3739f335b2890a402e6e7d5737c16625473 /include/unotest
parent2681f6442faa7b50fb49c48d64f64d3fddcc776e (diff)
test::BootstrapFixtureBase::getPathFromWorkdir not unused
Change-Id: I4ddad27d1e5a4de9885956b80db37f1e2f80a96e
Diffstat (limited to 'include/unotest')
-rw-r--r--include/unotest/bootstrapfixturebase.hxx3
1 files changed, 3 insertions, 0 deletions
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();