Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4bbc91d5
Kaydet (Commit)
4bbc91d5
authored
Şub 05, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Better error reporting
Change-Id: Icb083795c9c00a9ca33c2a901b4183b81c98918c
üst
47160402
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
migration.cxx
desktop/source/migration/migration.cxx
+6
-5
No files found.
desktop/source/migration/migration.cxx
Dosyayı görüntüle @
4bbc91d5
...
@@ -319,12 +319,13 @@ sal_Bool MigrationImpl::doMigration()
...
@@ -319,12 +319,13 @@ sal_Bool MigrationImpl::doMigration()
result
=
sal_True
;
result
=
sal_True
;
}
}
catch
(
...
)
catch
(
css
::
uno
::
Exception
&
e
)
{
{
OString
aMsg
(
"An unexpected exception was thrown during migration"
);
SAL_WARN
(
aMsg
+=
"
\n
OldVersion: "
+
OUStringToOString
(
m_aInfo
.
productname
,
RTL_TEXTENCODING_ASCII_US
);
"desktop.migration"
,
aMsg
+=
"
\n
DataPath : "
+
OUStringToOString
(
m_aInfo
.
userdata
,
RTL_TEXTENCODING_ASCII_US
);
"ignored Exception
\"
"
<<
e
.
Message
OSL_FAIL
(
aMsg
.
getStr
());
<<
"
\"
while migrating from version
\"
"
<<
m_aInfo
.
productname
<<
"
\"
data
\"
"
<<
m_aInfo
.
userdata
<<
"
\"
"
);
}
}
// prevent running the migration multiple times
// prevent running the migration multiple times
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment