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
a49e332d
Kaydet (Commit)
a49e332d
authored
Haz 27, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308467 Uncaught exception
Change-Id: I1daa61d04b91586450891e13462fbbbbafce823d
üst
ac33fb8e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
unocrsrhelper.hxx
sw/inc/unocrsrhelper.hxx
+2
-1
unoobj.cxx
sw/source/core/unocore/unoobj.cxx
+1
-1
No files found.
sw/inc/unocrsrhelper.hxx
Dosyayı görüntüle @
a49e332d
...
...
@@ -192,7 +192,8 @@ namespace SwUnoCursorHelper
const
SwGetPropertyStatesCaller
eCaller
=
SW_PROPERTY_STATE_CALLER_DEFAULT
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
::
com
::
sun
::
star
::
beans
::
PropertyState
GetPropertyState
(
SwPaM
&
rPaM
,
const
SfxItemPropertySet
&
rPropSet
,
...
...
sw/source/core/unocore/unoobj.cxx
Dosyayı görüntüle @
a49e332d
...
...
@@ -1875,7 +1875,7 @@ SwUnoCursorHelper::GetPropertyStates(
SwPaM
&
rPaM
,
const
SfxItemPropertySet
&
rPropSet
,
const
uno
::
Sequence
<
OUString
>&
rPropertyNames
,
const
SwGetPropertyStatesCaller
eCaller
)
throw
(
beans
::
UnknownPropertyException
,
uno
::
RuntimeException
)
throw
(
beans
::
UnknownPropertyException
,
uno
::
RuntimeException
,
std
::
exception
)
{
const
OUString
*
pNames
=
rPropertyNames
.
getConstArray
();
uno
::
Sequence
<
beans
::
PropertyState
>
aRet
(
rPropertyNames
.
getLength
());
...
...
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