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
f6047410
Kaydet (Commit)
f6047410
authored
Eki 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983990 Uncaught exception
Change-Id: I78c58822cc92c8964e0b69f44d841c5cdb84b1bb
üst
7e3a84d1
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 @
f6047410
...
...
@@ -422,7 +422,7 @@ namespace cmis
}
libcmis
::
ObjectPtr
Content
::
getObject
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
css
::
uno
::
RuntimeException
,
libcmis
::
Exception
)
libcmis
::
ObjectPtr
Content
::
getObject
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
ucb
::
CommandFailedException
,
libcmis
::
Exception
)
{
// can't get the session for some reason
// the recent file openning at start up is an example.
...
...
ucb/source/ucp/cmis/cmis_content.hxx
Dosyayı görüntüle @
f6047410
...
...
@@ -16,6 +16,7 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/ucb/CheckinArgument.hpp>
#include <com/sun/star/ucb/CommandFailedException.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <com/sun/star/ucb/OpenCommandArgument2.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
...
...
@@ -205,7 +206,7 @@ public:
virtual
std
::
list
<
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XContent
>
>
getChildren
(
)
SAL_OVERRIDE
;
libcmis
::
ObjectPtr
getObject
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
css
::
uno
::
RuntimeException
,
libcmis
::
Exception
);
libcmis
::
ObjectPtr
getObject
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
ucb
::
CommandFailedException
,
libcmis
::
Exception
);
};
}
...
...
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