diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-11-03 20:30:40 -0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-03 23:37:40 +0000 |
commit | bdcdbf5da0aa17f7a347ab25b5f6e0b1bea87d62 (patch) | |
tree | 46994daa1cdd5493901cb9c417a18dd0bc635177 /unotest/source/cpp | |
parent | aca832667b04186caee31ce551318bd833c5d950 (diff) |
Remove unused method and also remove not build test
These tests are not in the main build, so remove it all.
Change-Id: Ia0e13c984fe11b543a66d3150082cbdd7f34296a
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/977
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'unotest/source/cpp')
-rw-r--r-- | unotest/source/cpp/bootstrapfixturebase.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx index 0a4e15c87edf..42982c27e0a6 100644 --- a/unotest/source/cpp/bootstrapfixturebase.cxx +++ b/unotest/source/cpp/bootstrapfixturebase.cxx @@ -81,11 +81,6 @@ test::BootstrapFixtureBase::~BootstrapFixtureBase() return m_aSrcRootPath + rtl::OUString::createFromAscii( pPath ); } -::rtl::OUString test::BootstrapFixtureBase::getURLFromSolver( const char *pPath ) -{ - return m_aSolverRootURL + rtl::OUString::createFromAscii( pPath ); -} - void test::BootstrapFixtureBase::setUp() { // set UserInstallation to user profile dir in test/user-template |