From 6a59659541e45198b8cda162f87f6abcd68c6101 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Thu, 27 Jun 2013 21:36:48 +0200 Subject: Remove unused code Change-Id: Id789250d6aeae642ef5c712e33c5583628638218 Reviewed-on: https://gerrit.libreoffice.org/4604 Reviewed-by: Bosdonnat Cedric Tested-by: Bosdonnat Cedric --- unotest/source/cpp/bootstrapfixturebase.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'unotest') diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx index 2192b79ff024..1ffab1ebee5b 100644 --- a/unotest/source/cpp/bootstrapfixturebase.cxx +++ b/unotest/source/cpp/bootstrapfixturebase.cxx @@ -76,18 +76,6 @@ OUString test::BootstrapFixtureBase::getPathFromSrc( const char *pPath ) return m_aSrcRootPath + OUString::createFromAscii( pPath ); } - -OUString test::BootstrapFixtureBase::getURLFromWorkdir( const char *pPath ) -{ - return m_aWorkdirRootURL + OUString::createFromAscii( pPath ); -} - -OUString test::BootstrapFixtureBase::getPathFromWorkdir( const char *pPath ) -{ - return m_aWorkdirRootPath + OUString::createFromAscii( pPath ); - -} - void test::BootstrapFixtureBase::setUp() { // set UserInstallation to user profile dir in test/user-template -- cgit