summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ext
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-23 14:04:56 +0200
committerCaolán McNamara <caolanm@redhat.com>2017-01-23 16:59:48 +0000
commita90a4810aeefbad270978ade194ced3b09d50449 (patch)
tree5545c4d42205a39a08ae085681ec8e04cb427cf5 /dbaccess/source/ext
parentcurl: upgrade to version 7.52.1 (diff)
downloadcore-a90a4810aeefbad270978ade194ced3b09d50449.tar.gz
core-a90a4810aeefbad270978ade194ced3b09d50449.zip
loplugin: unnecessary destructor: comphelper..desktop
Change-Id: I9df4cb6a4b1734dac6141d6b0ee7a09e3e05f92e Reviewed-on: https://gerrit.libreoffice.org/33453 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/source/ext')
-rw-r--r--dbaccess/source/ext/macromigration/migrationengine.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx
index 60b8a5952a1f..0a25424f0327 100644
--- a/dbaccess/source/ext/macromigration/migrationengine.cxx
+++ b/dbaccess/source/ext/macromigration/migrationengine.cxx
@@ -544,7 +544,6 @@ namespace dbmm
public:
explicit ScriptsStorage( MigrationLog& _rLogger );
ScriptsStorage( const Reference< XModel >& _rxDocument, MigrationLog& _rLogger );
- ~ScriptsStorage();
/** determines whether the instance is valid, i.e. refers to a valid root storage
for reading/storing scripts
@@ -606,10 +605,6 @@ namespace dbmm
bind( _rxDocument );
}
- ScriptsStorage::~ScriptsStorage()
- {
- }
-
bool ScriptsStorage::commit()
{
return lcl_commitStorage_nothrow( m_xScriptsStorage );
@@ -784,7 +779,6 @@ namespace dbmm
IMigrationProgress& _rProgress,
MigrationLog& _rLogger
);
- ~MigrationEngine_Impl();
inline size_t getFormCount() const { return m_nFormCount; }
inline size_t getReportCount()const { return m_nReportCount; }
@@ -917,10 +911,6 @@ namespace dbmm
OSL_VERIFY( impl_collectSubDocuments_nothrow() );
}
- MigrationEngine_Impl::~MigrationEngine_Impl()
- {
- }
-
bool MigrationEngine_Impl::migrateAll()
{
if ( m_aSubDocs.empty() )