summaryrefslogtreecommitdiffstats
path: root/desktop/source/migration/migration_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/migration_impl.hxx')
-rw-r--r--desktop/source/migration/migration_impl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/migration/migration_impl.hxx b/desktop/source/migration/migration_impl.hxx
index 4f304fbb305e..bffba28a546d 100644
--- a/desktop/source/migration/migration_impl.hxx
+++ b/desktop/source/migration/migration_impl.hxx
@@ -121,8 +121,6 @@ struct MigrationItem
aMigrationItem.m_sCommandURL == m_sCommandURL &&
aMigrationItem.m_xPopupMenu.is() == m_xPopupMenu.is() );
}
-
- OUString GetPrevSibling() const { return m_sPrevSibling; }
};
typedef std::unordered_map< OUString, std::vector< MigrationItem >,
@@ -185,7 +183,6 @@ private:
install_info m_aInfo; // info about the version being migrated
strings_vr m_vrFileList; // final list of files to be copied
MigrationHashMap m_aOldVersionItemsHashMap;
- MigrationHashMap m_aNewVersionItemsHashMap;
OUString m_sModuleIdentifier;
// functions to control the migration process