summaryrefslogtreecommitdiff
path: root/desktop/source/migration/migration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/migration.cxx')
-rw-r--r--desktop/source/migration/migration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx
index 03e5743ee1b0..a664c5e1ce7e 100644
--- a/desktop/source/migration/migration.cxx
+++ b/desktop/source/migration/migration.cxx
@@ -188,7 +188,7 @@ bool MigrationImpl::initializeMigration()
if (!checkMigrationCompleted()) {
readAvailableMigrations(m_vMigrationsAvailable);
- sal_Int32 nIndex = findPreferedMigrationProcess(m_vMigrationsAvailable);
+ sal_Int32 nIndex = findPreferredMigrationProcess(m_vMigrationsAvailable);
// m_aInfo is now set to the preferred migration source
if ( nIndex >= 0 ) {
if (alreadyMigrated())
@@ -607,7 +607,7 @@ install_info MigrationImpl::findInstallation(const strings_v& rVersions)
return aInfo;
}
-sal_Int32 MigrationImpl::findPreferedMigrationProcess(const migrations_available& rAvailableMigrations)
+sal_Int32 MigrationImpl::findPreferredMigrationProcess(const migrations_available& rAvailableMigrations)
{
sal_Int32 nIndex( -1 );
sal_Int32 i( 0 );