From 92c53b9d94a5d51e2d507b7eeecfcf2b023cdd4b Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sat, 3 Aug 2013 10:49:41 +0200 Subject: unittest for fdo#67685 Change-Id: I44500717109a026d7c71e6494daacbea1f224263 --- unotest/source/cpp/bootstrapfixturebase.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'unotest') diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx index 31a5d44f4473..98f76f406b32 100644 --- a/unotest/source/cpp/bootstrapfixturebase.cxx +++ b/unotest/source/cpp/bootstrapfixturebase.cxx @@ -76,9 +76,6 @@ OUString test::BootstrapFixtureBase::getPathFromSrc( const char *pPath ) return m_aSrcRootPath + OUString::createFromAscii( pPath ); } -// just temporarily ifdef this out as it's currently unused (callcatcher) -// if you start using it on linux just remove the ifdef -#ifndef LINUX OUString test::BootstrapFixtureBase::getURLFromWorkdir( const char *pPath ) { return m_aWorkdirRootURL + OUString::createFromAscii( pPath ); @@ -89,7 +86,6 @@ OUString test::BootstrapFixtureBase::getPathFromWorkdir( const char *pPath ) return m_aWorkdirRootPath + OUString::createFromAscii( pPath ); } -#endif void test::BootstrapFixtureBase::setUp() { -- cgit