summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2013-06-27 21:36:48 +0200
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-07-01 11:39:43 +0000
commit6a59659541e45198b8cda162f87f6abcd68c6101 (patch)
tree08e8e64f6547ff1493b338bcd0a865e821a3b504 /unotest
parentba8bcc2681d8e9788ae2d6fef11308d5f0fcae05 (diff)
Remove unused code
Change-Id: Id789250d6aeae642ef5c712e33c5583628638218 Reviewed-on: https://gerrit.libreoffice.org/4604 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/cpp/bootstrapfixturebase.cxx12
1 files changed, 0 insertions, 12 deletions
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