summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-08-03 10:49:41 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-09-27 11:38:08 +0200
commit92c53b9d94a5d51e2d507b7eeecfcf2b023cdd4b (patch)
tree0f3abba698236f7531df2e2bf5a36ea5f7f34eaa /unotest
parent55f38514610d731eb9fc0e7b392a603105d886c6 (diff)
unittest for fdo#67685
Change-Id: I44500717109a026d7c71e6494daacbea1f224263
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/cpp/bootstrapfixturebase.cxx4
1 files changed, 0 insertions, 4 deletions
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()
{