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
0a87f4ad
Kaydet (Commit)
0a87f4ad
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#706553 Uncaught exception
Change-Id: Ib3014a8f7916d8d3b9b21ddb7d2ba29108c5cd27
üst
4b8e95bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
loadenv.hxx
framework/source/inc/loadenv/loadenv.hxx
+1
-1
loadenv.cxx
framework/source/loadenv/loadenv.cxx
+1
-1
No files found.
framework/source/inc/loadenv/loadenv.hxx
Dosyayı görüntüle @
0a87f4ad
...
...
@@ -412,7 +412,7 @@ private:
the whole runtime can't be used any longer.
*/
void
impl_detectTypeAndFilter
()
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
);
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
css
::
beans
::
IllegalTypeException
);
/** @short tries to ask user for it's filter decision in case
normal detection failed.
...
...
framework/source/loadenv/loadenv.cxx
Dosyayı görüntüle @
0a87f4ad
...
...
@@ -738,7 +738,7 @@ bool queryOrcusTypeAndFilter(const uno::Sequence<beans::PropertyValue>&, OUStrin
}
void
LoadEnv
::
impl_detectTypeAndFilter
()
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
)
throw
(
LoadEnvException
,
css
::
uno
::
RuntimeException
,
beans
::
IllegalTypeException
)
{
static
OUString
TYPEPROP_PREFERREDFILTER
(
"PreferredFilter"
);
static
OUString
FILTERPROP_FLAGS
(
"Flags"
);
...
...
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