summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-10-31 00:56:03 -0200
committerCaolán McNamara <caolanm@redhat.com>2012-10-31 16:48:43 +0000
commit036e4a5a89c020ddccf91a7fc8704bf6ec0b5d6c (patch)
tree0dc0532c560fa8f8f7f1f62a311208380796376e
parent664012b313f3c3cd5666fc6f943fc8152e503e23 (diff)
Remove unused method from test
Change-Id: Id54d9bd2963573c4b8e77de0dfafe33ea5882d32 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/947 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--unotest/inc/unotest/bootstrapfixturebase.hxx3
-rw-r--r--unotest/source/cpp/bootstrapfixturebase.cxx5
-rwxr-xr-xunusedcode.easy1
3 files changed, 0 insertions, 9 deletions
diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx
index 9ede450c568a..300539682b8d 100644
--- a/unotest/inc/unotest/bootstrapfixturebase.hxx
+++ b/unotest/inc/unotest/bootstrapfixturebase.hxx
@@ -83,9 +83,6 @@ public:
// return a URL to a given c-str path from the solver directory
::rtl::OUString getURLFromSolver( const char *pPath );
- // return a Path to a given c-str path from the solver directory
- ::rtl::OUString getPathFromSolver( const char *pPath );
-
virtual void setUp();
virtual void tearDown();
diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx
index 9c7863280092..0a4e15c87edf 100644
--- a/unotest/source/cpp/bootstrapfixturebase.cxx
+++ b/unotest/source/cpp/bootstrapfixturebase.cxx
@@ -86,11 +86,6 @@ test::BootstrapFixtureBase::~BootstrapFixtureBase()
return m_aSolverRootURL + rtl::OUString::createFromAscii( pPath );
}
-::rtl::OUString test::BootstrapFixtureBase::getPathFromSolver( const char *pPath )
-{
- return m_aSolverRootPath + rtl::OUString::createFromAscii( pPath );
-}
-
void test::BootstrapFixtureBase::setUp()
{
// set UserInstallation to user profile dir in test/user-template
diff --git a/unusedcode.easy b/unusedcode.easy
index 3ebbdd6bda96..5b6270bfba08 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -98,5 +98,4 @@ sd::ToolPanelPaneShell::RegisterInterface(SfxModule*)
sd::ViewShellBase::CreateInstance(SfxViewFrame*, SfxViewShell*)
std::__cxx1998::vector<SfxFilter*, std::allocator<SfxFilter*> >::~vector()
std::__cxx1998::vector<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >::~vector()
-test::BootstrapFixtureBase::getPathFromSolver(char const*)
test::BootstrapFixtureBase::getURLFromSolver(char const*)