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
619d349f
Kaydet (Commit)
619d349f
authored
May 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1209902 Uncaught exception
Change-Id: Ic2a4b97e7b2d1db4f37a10b9fbd153d025613bd3
üst
fe6308ac
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
webdavcontent.cxx
ucb/source/ucp/webdav-neon/webdavcontent.cxx
+1
-1
webdavcontent.hxx
ucb/source/ucp/webdav-neon/webdavcontent.hxx
+1
-1
No files found.
ucb/source/ucp/webdav-neon/webdavcontent.cxx
Dosyayı görüntüle @
619d349f
...
@@ -3262,7 +3262,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
...
@@ -3262,7 +3262,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
Content
::
ResourceType
Content
::
getResourceType
(
Content
::
ResourceType
Content
::
getResourceType
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>&
xEnv
)
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
uno
::
Exception
)
throw
(
uno
::
Exception
,
std
::
exception
)
{
{
SAL_WNODEPRECATED_DECLARATIONS_PUSH
SAL_WNODEPRECATED_DECLARATIONS_PUSH
std
::
auto_ptr
<
DAVResourceAccess
>
xResAccess
;
std
::
auto_ptr
<
DAVResourceAccess
>
xResAccess
;
...
...
ucb/source/ucp/webdav-neon/webdavcontent.hxx
Dosyayı görüntüle @
619d349f
...
@@ -138,7 +138,7 @@ private:
...
@@ -138,7 +138,7 @@ private:
ResourceType
ResourceType
getResourceType
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
getResourceType
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
)
::
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
std
::
exception
);
SAL_WNODEPRECATED_DECLARATIONS_PUSH
SAL_WNODEPRECATED_DECLARATIONS_PUSH
ResourceType
ResourceType
...
...
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