[Libreoffice-commits] .: unotest/inc unotest/source unusedcode.easy
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 31 09:49:04 PDT 2012
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.org at 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.org at gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/947
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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*)
More information about the Libreoffice-commits
mailing list