summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2014-01-09 08:52:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-01-17 13:50:26 +0000
commitdb27efd29761a87fe3ab946c99c18530e828e58a (patch)
treed1476c1f319839d114d8b0b1108e66ec89d9a74a /unotest
parent0ee948fe59d4a2d1e00c16718cbfb18260847dc4 (diff)
removed some unused code (svx, svtools, unotest)
Change-Id: I1250581d69423030bd0a93a1529458b8d424ce3e Reviewed-on: https://gerrit.libreoffice.org/7329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/cpp/bootstrapfixturebase.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx
index 4fd1e789138a..cc8ae3fa189a 100644
--- a/unotest/source/cpp/bootstrapfixturebase.cxx
+++ b/unotest/source/cpp/bootstrapfixturebase.cxx
@@ -83,12 +83,6 @@ 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