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
de31f85d
Kaydet (Commit)
de31f85d
authored
Nis 05, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706530 Uncaught exception
Change-Id: Ic975df93535b47dfcf39b9e58e7e9728adce082b
üst
eb97362a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xsdvalidationpropertyhandler.cxx
extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx
+1
-1
xsdvalidationpropertyhandler.hxx
extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx
+1
-1
No files found.
extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx
Dosyayı görüntüle @
de31f85d
...
...
@@ -461,7 +461,7 @@ namespace pcr
}
void
SAL_CALL
XSDValidationPropertyHandler
::
addPropertyChangeListener
(
const
Reference
<
XPropertyChangeListener
>&
_rxListener
)
throw
(
RuntimeException
,
std
::
exception
)
void
SAL_CALL
XSDValidationPropertyHandler
::
addPropertyChangeListener
(
const
Reference
<
XPropertyChangeListener
>&
_rxListener
)
throw
(
NullPointerException
,
RuntimeException
,
std
::
exception
)
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
XSDValidationPropertyHandler_Base
::
addPropertyChangeListener
(
_rxListener
);
...
...
extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx
Dosyayı görüntüle @
de31f85d
...
...
@@ -64,7 +64,7 @@ namespace pcr
virtual
::
com
::
sun
::
star
::
inspection
::
InteractiveSelectionResult
SAL_CALL
onInteractivePropertySelection
(
const
OUString
&
_rPropertyName
,
sal_Bool
_bPrimary
,
::
com
::
sun
::
star
::
uno
::
Any
&
_rData
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
inspection
::
XObjectInspectorUI
>&
_rxInspectorUI
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
NullPointerException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
actuatingPropertyChanged
(
const
OUString
&
_rActuatingPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
_rNewValue
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
_rOldValue
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
inspection
::
XObjectInspectorUI
>&
_rxInspectorUI
,
sal_Bool
)
throw
(
::
com
::
sun
::
star
::
lang
::
NullPointerException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
addPropertyChangeListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
_rxListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
addPropertyChangeListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
_rxListener
)
throw
(
::
com
::
sun
::
star
::
lang
::
NullPointerException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
removePropertyChangeListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
_rxListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// PropertyHandler overridables
...
...
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