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
2dc4632f
Kaydet (Commit)
2dc4632f
authored
May 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983994 Uncaught exception
Change-Id: Ie74924e0222f9d3fbb3bcbae9242399f50b64a18
üst
d6e0201f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DAVResourceAccess.cxx
ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
+1
-1
DAVResourceAccess.hxx
ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx
+1
-1
No files found.
ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx
Dosyayı görüntüle @
2dc4632f
...
...
@@ -702,7 +702,7 @@ void DAVResourceAccess::POST(
const
uno
::
Reference
<
io
::
XInputStream
>
&
rInputStream
,
uno
::
Reference
<
io
::
XOutputStream
>
&
rOutputStream
,
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
DAVException
)
throw
(
css
::
uno
::
RuntimeException
,
DAVException
)
{
initialize
();
...
...
ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx
Dosyayı görüntüle @
2dc4632f
...
...
@@ -182,7 +182,7 @@ public:
com
::
sun
::
star
::
io
::
XOutputStream
>
&
rOutputStream
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
DAVException
);
throw
(
css
::
uno
::
RuntimeException
,
DAVException
);
void
MKCOL
(
const
com
::
sun
::
star
::
uno
::
Reference
<
...
...
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