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
11a41ce2
Kaydet (Commit)
11a41ce2
authored
Haz 27, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308505 Uncaught exception
Change-Id: I952d464c2a9382c60b0616eeb0cf727e914785bd
üst
39c3ea2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
docfilt.hxx
include/sfx2/docfilt.hxx
+2
-1
docfilt.cxx
sfx2/source/doc/docfilt.cxx
+2
-1
No files found.
include/sfx2/docfilt.hxx
Dosyayı görüntüle @
11a41ce2
...
@@ -116,7 +116,8 @@ public:
...
@@ -116,7 +116,8 @@ public:
bool
bTemplate
=
false
,
OUString
*
pName
=
NULL
)
bool
bTemplate
=
false
,
OUString
*
pName
=
NULL
)
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
);
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
};
};
#endif
#endif
...
...
sfx2/source/doc/docfilt.cxx
Dosyayı görüntüle @
11a41ce2
...
@@ -180,7 +180,8 @@ OUString SfxFilter::GetTypeFromStorage( const SotStorage& rStg )
...
@@ -180,7 +180,8 @@ OUString SfxFilter::GetTypeFromStorage( const SotStorage& rStg )
OUString
SfxFilter
::
GetTypeFromStorage
(
OUString
SfxFilter
::
GetTypeFromStorage
(
const
uno
::
Reference
<
embed
::
XStorage
>&
xStorage
,
bool
bTemplate
,
OUString
*
pFilterName
)
const
uno
::
Reference
<
embed
::
XStorage
>&
xStorage
,
bool
bTemplate
,
OUString
*
pFilterName
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
SfxFilterMatcher
aMatcher
;
SfxFilterMatcher
aMatcher
;
OUString
aName
;
OUString
aName
;
...
...
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