Remove unused method from desktop
Change-Id: I17b269c70bbf82aa5a4345d488777ac98d1d6938 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1221 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
committed by
Caolán McNamara
parent
9ef9bba9fe
commit
1eafd90aee
@@ -65,9 +65,6 @@ namespace desktop {
|
|||||||
// found (iff gui) and returns false when we may not continue
|
// found (iff gui) and returns false when we may not continue
|
||||||
sal_Bool check( fpExecWarning execWarning );
|
sal_Bool check( fpExecWarning execWarning );
|
||||||
|
|
||||||
// removes the lockfile. should only be called in exceptional situations
|
|
||||||
void clean(void);
|
|
||||||
|
|
||||||
// removes the lockfile
|
// removes the lockfile
|
||||||
~Lockfile(void);
|
~Lockfile(void);
|
||||||
|
|
||||||
|
@@ -199,15 +199,6 @@ namespace desktop {
|
|||||||
aConfig.Flush( );
|
aConfig.Flush( );
|
||||||
}
|
}
|
||||||
|
|
||||||
void Lockfile::clean( void )
|
|
||||||
{
|
|
||||||
if ( m_bRemove )
|
|
||||||
{
|
|
||||||
File::remove( m_aLockname );
|
|
||||||
m_bRemove = sal_False;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Lockfile::~Lockfile( void )
|
Lockfile::~Lockfile( void )
|
||||||
{
|
{
|
||||||
// unlock userdata by removing file
|
// unlock userdata by removing file
|
||||||
|
@@ -47,7 +47,6 @@ connectivity::file::OStatement_Base::reset()
|
|||||||
connectivity::mork::OColumnAlias::OColumnAlias()
|
connectivity::mork::OColumnAlias::OColumnAlias()
|
||||||
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
|
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
|
||||||
connectivity::sdbcx::OGroup::OGroup(unsigned char)
|
connectivity::sdbcx::OGroup::OGroup(unsigned char)
|
||||||
desktop::Lockfile::clean()
|
|
||||||
framework::OReadMenuDocumentHandler::getServiceFactory()
|
framework::OReadMenuDocumentHandler::getServiceFactory()
|
||||||
jfw_plugin::VendorBase::createInstance()
|
jfw_plugin::VendorBase::createInstance()
|
||||||
oox::drawingml::TextListStyle::dump() const
|
oox::drawingml::TextListStyle::dump() const
|
||||||
|
Reference in New Issue
Block a user