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
4fd069c4
Kaydet (Commit)
4fd069c4
authored
Şub 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1103732 Uncaught exception
Change-Id: I3585421107776969efc0888cb581c004cc2aef67
üst
0c039a25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
cmis_content.cxx
ucb/source/ucp/cmis/cmis_content.cxx
+1
-1
cmis_content.hxx
ucb/source/ucp/cmis/cmis_content.hxx
+2
-1
No files found.
ucb/source/ucp/cmis/cmis_content.cxx
Dosyayı görüntüle @
4fd069c4
...
...
@@ -1071,7 +1071,7 @@ namespace cmis
}
uno
::
Sequence
<
document
::
CmisVersion
>
Content
::
getAllVersions
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
&
xEnv
)
throw
(
uno
::
Exception
)
throw
(
uno
::
Exception
,
std
::
exception
)
{
try
{
...
...
ucb/source/ucp/cmis/cmis_content.hxx
Dosyayı görüntüle @
4fd069c4
...
...
@@ -121,7 +121,8 @@ private:
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
document
::
CmisVersion
>
getAllVersions
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>
&
xEnv
)
throw
(
com
::
sun
::
star
::
uno
::
Exception
);
throw
(
com
::
sun
::
star
::
uno
::
Exception
,
std
::
exception
);
sal_Bool
feedSink
(
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
aSink
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
);
...
...
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