From bdcdbf5da0aa17f7a347ab25b5f6e0b1bea87d62 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Sat, 3 Nov 2012 20:30:40 -0200 Subject: 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 Reviewed-on: https://gerrit.libreoffice.org/977 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- unotest/inc/unotest/bootstrapfixturebase.hxx | 3 --- unotest/source/cpp/bootstrapfixturebase.cxx | 5 ----- 2 files changed, 8 deletions(-) (limited to 'unotest') diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx index 300539682b8d..085d014c1b1a 100644 --- a/unotest/inc/unotest/bootstrapfixturebase.hxx +++ b/unotest/inc/unotest/bootstrapfixturebase.hxx @@ -80,9 +80,6 @@ public: // return a Path to a given c-str path from the source directory ::rtl::OUString getPathFromSrc( const char *pPath ); - // return a URL to a given c-str path from the solver directory - ::rtl::OUString getURLFromSolver( const char *pPath ); - virtual void setUp(); virtual void tearDown(); 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 -- cgit