summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'unotest')
-rw-r--r--unotest/inc/unotest/bootstrapfixturebase.hxx3
-rw-r--r--unotest/source/cpp/bootstrapfixturebase.cxx5
2 files changed, 0 insertions, 8 deletions
diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx
index 9ede450c568a..300539682b8d 100644
--- a/unotest/inc/unotest/bootstrapfixturebase.hxx
+++ b/unotest/inc/unotest/bootstrapfixturebase.hxx
@@ -83,9 +83,6 @@ public:
// return a URL to a given c-str path from the solver directory
::rtl::OUString getURLFromSolver( const char *pPath );
- // return a Path to a given c-str path from the solver directory
- ::rtl::OUString getPathFromSolver( const char *pPath );
-
virtual void setUp();
virtual void tearDown();
diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx
index 9c7863280092..0a4e15c87edf 100644
--- a/unotest/source/cpp/bootstrapfixturebase.cxx
+++ b/unotest/source/cpp/bootstrapfixturebase.cxx
@@ -86,11 +86,6 @@ test::BootstrapFixtureBase::~BootstrapFixtureBase()
return m_aSolverRootURL + rtl::OUString::createFromAscii( pPath );
}
-::rtl::OUString test::BootstrapFixtureBase::getPathFromSolver( const char *pPath )
-{
- return m_aSolverRootPath + rtl::OUString::createFromAscii( pPath );
-}
-
void test::BootstrapFixtureBase::setUp()
{
// set UserInstallation to user profile dir in test/user-template