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
49fb9186
Kaydet (Commit)
49fb9186
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308530 Uncaught exception
Change-Id: I13616337401c23fb95f83accb9a635204339405e
üst
65c75a84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
unocrsrhelper.hxx
sw/inc/unocrsrhelper.hxx
+2
-1
unoobj.cxx
sw/source/core/unocore/unoobj.cxx
+2
-1
No files found.
sw/inc/unocrsrhelper.hxx
Dosyayı görüntüle @
49fb9186
...
@@ -224,7 +224,8 @@ namespace SwUnoCursorHelper
...
@@ -224,7 +224,8 @@ namespace SwUnoCursorHelper
SfxItemPropertySimpleEntry
const
&
rEntry
,
SfxItemPropertySimpleEntry
const
&
rEntry
,
::
com
::
sun
::
star
::
uno
::
Any
const
&
rValue
,
::
com
::
sun
::
star
::
uno
::
Any
const
&
rValue
,
SwPaM
&
rPam
,
SfxItemSet
&
rItemSet
)
SwPaM
&
rPam
,
SfxItemSet
&
rItemSet
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
css
::
uno
::
DeploymentException
);
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
css
::
uno
::
DeploymentException
,
std
::
exception
);
/// try to get something that can be selected out of the XInterface
/// try to get something that can be selected out of the XInterface
/// at most one of the out parameters gets assigned a non-null value
/// at most one of the out parameters gets assigned a non-null value
...
...
sw/source/core/unocore/unoobj.cxx
Dosyayı görüntüle @
49fb9186
...
@@ -474,7 +474,8 @@ bool
...
@@ -474,7 +474,8 @@ bool
SwUnoCursorHelper
::
SetCursorPropertyValue
(
SwUnoCursorHelper
::
SetCursorPropertyValue
(
SfxItemPropertySimpleEntry
const
&
rEntry
,
const
uno
::
Any
&
rValue
,
SfxItemPropertySimpleEntry
const
&
rEntry
,
const
uno
::
Any
&
rValue
,
SwPaM
&
rPam
,
SfxItemSet
&
rItemSet
)
SwPaM
&
rPam
,
SfxItemSet
&
rItemSet
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
uno
::
DeploymentException
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
uno
::
DeploymentException
,
std
::
exception
)
{
{
if
(
!
(
rEntry
.
nFlags
&
beans
::
PropertyAttribute
::
MAYBEVOID
)
&&
if
(
!
(
rEntry
.
nFlags
&
beans
::
PropertyAttribute
::
MAYBEVOID
)
&&
(
rValue
.
getValueType
()
==
cppu
::
UnoType
<
void
>::
get
()))
(
rValue
.
getValueType
()
==
cppu
::
UnoType
<
void
>::
get
()))
...
...
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