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
d4cdaa2a
Kaydet (Commit)
d4cdaa2a
authored
Eki 17, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1247644 Uncaught exception
Change-Id: Idbaef5c196c29a2e066f667e6bd50189a7b1834c
üst
d63f917d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlgedobj.cxx
basctl/source/dlged/dlgedobj.cxx
+1
-1
dlgedobj.hxx
basctl/source/inc/dlgedobj.hxx
+1
-1
No files found.
basctl/source/dlged/dlgedobj.cxx
Dosyayı görüntüle @
d4cdaa2a
...
@@ -1121,7 +1121,7 @@ void DlgEdObj::EndListening(bool bRemoveListener)
...
@@ -1121,7 +1121,7 @@ void DlgEdObj::EndListening(bool bRemoveListener)
}
}
}
}
void
SAL_CALL
DlgEdObj
::
_propertyChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
void
SAL_CALL
DlgEdObj
::
_propertyChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
if
(
isListening
())
if
(
isListening
())
{
{
...
...
basctl/source/inc/dlgedobj.hxx
Dosyayı görüntüle @
d4cdaa2a
...
@@ -121,7 +121,7 @@ public:
...
@@ -121,7 +121,7 @@ public:
virtual
void
SAL_CALL
TabIndexChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
TabIndexChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// PropertyChangeListener
// PropertyChangeListener
virtual
void
SAL_CALL
_propertyChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
_propertyChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
// ContainerListener
// ContainerListener
virtual
void
SAL_CALL
_elementInserted
(
const
::
com
::
sun
::
star
::
container
::
ContainerEvent
&
Event
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
_elementInserted
(
const
::
com
::
sun
::
star
::
container
::
ContainerEvent
&
Event
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
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