removed some unused code (svx, svtools, unotest)

Change-Id: I1250581d69423030bd0a93a1529458b8d424ce3e
Reviewed-on: https://gerrit.libreoffice.org/7329
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Petr Vorel
2014-01-09 08:52:53 +01:00
committed by Caolán McNamara
parent 0ee948fe59
commit db27efd297
9 changed files with 0 additions and 36 deletions

View File

@@ -155,7 +155,6 @@ namespace svt
Calling this method has no effect if CreateAccessible had always been called.
*/
void SetAccessibleParentWindow( ::Window* i_pAccessibleParent );
::Window* GetAccessibleParentWindow() const;
// IToolPanelDeck

View File

@@ -119,8 +119,6 @@ public:
/** The passed handler is called whenever the totation value changes. */
void SetModifyHdl( const Link& rLink );
/** Returns the current modify handler. */
const Link& GetModifyHdl() const;
/** Save value for later comparison */
void SaveValue();

View File

@@ -62,12 +62,9 @@ public:
// return a Path to a given c-str path from the source directory
OUString getPathFromSrc( const char *pPath );
// return a URL to a given c-str path from the workdir directory
OUString getURLFromWorkdir( const char *pPath );
// return a Path to a given c-str path from the workdir directory
OUString getPathFromWorkdir( const char *pPath );
virtual void setUp();
virtual void tearDown();

View File

@@ -515,12 +515,6 @@ namespace svt
}
}
//--------------------------------------------------------------------
void ToolPanelDeck::SetAccessibleParentWindow( Window* i_pAccessibleParent )
{
m_pImpl->SetAccessibleParentWindow( i_pAccessibleParent );
}
//--------------------------------------------------------------------
Window* ToolPanelDeck::GetAccessibleParentWindow() const
{

View File

@@ -432,11 +432,6 @@ void DialControl::SetModifyHdl( const Link& rLink )
mpImpl->maModifyHdl = rLink;
}
const Link& DialControl::GetModifyHdl() const
{
return mpImpl->maModifyHdl;
}
// private --------------------------------------------------------------------
void DialControl::Init( const Size& rWinSize, const Font& rWinFont )

View File

@@ -192,14 +192,6 @@ void LineWidthControl::GetFocus()
ValueSet& LineWidthControl::GetValueSet()
{
return maVSWidth;
}
void LineWidthControl::SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit)
{
mbVSFocus = true;

View File

@@ -38,7 +38,6 @@ public:
virtual void Paint(const Rectangle& rect);
void SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit);
ValueSet& GetValueSet();
bool IsCloseByEdit();
long GetTmpCustomWidth();

View File

@@ -83,12 +83,6 @@ OUString test::BootstrapFixtureBase::getURLFromWorkdir( const char *pPath )
return m_aWorkdirRootURL + OUString::createFromAscii( pPath );
}
OUString test::BootstrapFixtureBase::getPathFromWorkdir( const char *pPath )
{
return m_aWorkdirRootPath + OUString::createFromAscii( pPath );
}
void test::BootstrapFixtureBase::setUp()
{
// set UserInstallation to user profile dir in test/user-template

View File

@@ -174,9 +174,5 @@ std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&)
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)
svl::SharedStringPool::SharedStringPool()
svt::ToolPanelDeck::SetAccessibleParentWindow(Window*)
svx::DialControl::GetModifyHdl() const
svx::sidebar::LineWidthControl::GetValueSet()
test::BootstrapFixtureBase::getPathFromWorkdir(char const*)
utl::toISO8601(com::sun::star::util::Time const&)
vclmain::createApplication()