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
d1054832
Kaydet (Commit)
d1054832
authored
May 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707296 and cid#738184 Uncaught exception
Change-Id: I59d1a0818bd896f0ac601c72e7f6cc89f95f043c
üst
ba00f596
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
unocrsrhelper.hxx
sw/inc/unocrsrhelper.hxx
+1
-1
unoobj.cxx
sw/source/core/unocore/unoobj.cxx
+1
-1
No files found.
sw/inc/unocrsrhelper.hxx
Dosyayı görüntüle @
d1054832
...
...
@@ -223,7 +223,7 @@ namespace SwUnoCursorHelper
SfxItemPropertySimpleEntry
const
&
rEntry
,
::
com
::
sun
::
star
::
uno
::
Any
const
&
rValue
,
SwPaM
&
rPam
,
SfxItemSet
&
rItemSet
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
);
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
css
::
uno
::
DeploymentException
);
/// 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
...
...
sw/source/core/unocore/unoobj.cxx
Dosyayı görüntüle @
d1054832
...
...
@@ -479,7 +479,7 @@ bool
SwUnoCursorHelper
::
SetCursorPropertyValue
(
SfxItemPropertySimpleEntry
const
&
rEntry
,
const
uno
::
Any
&
rValue
,
SwPaM
&
rPam
,
SfxItemSet
&
rItemSet
)
throw
(
lang
::
IllegalArgumentException
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
uno
::
DeploymentException
)
{
if
(
!
(
rEntry
.
nFlags
&
beans
::
PropertyAttribute
::
MAYBEVOID
)
&&
(
rValue
.
getValueType
()
==
::
getCppuVoidType
()))
...
...
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