unotest/inc/unotest/bootstrapfixturebase.hxx | 3 --- unotest/source/cpp/bootstrapfixturebase.cxx | 5 ----- unusedcode.easy | 1 - 3 files changed, 9 deletions(-)
New commits: commit 036e4a5a89c020ddccf91a7fc8704bf6ec0b5d6c Author: Marcos Paulo de Souza <marcos.souza....@gmail.com> Date: Wed Oct 31 00:56:03 2012 -0200 Remove unused method from test Change-Id: Id54d9bd2963573c4b8e77de0dfafe33ea5882d32 Signed-off-by: Marcos Paulo de Souza <marcos.souza....@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/947 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx index 9ede450..3005396 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 9c78632..0a4e15c 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 3ebbdd6..5b6270b 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*)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits