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
787d41c2
Kaydet (Commit)
787d41c2
authored
May 22, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1215313 Uncaught exception
Change-Id: I22cd98a35c6c638e3476d54b742762d8a2dfa7fa
üst
93dd12a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
propmultiplex.hxx
include/comphelper/propmultiplex.hxx
+2
-1
SectionWindow.hxx
reportdesign/source/ui/inc/SectionWindow.hxx
+2
-1
SectionWindow.cxx
reportdesign/source/ui/report/SectionWindow.cxx
+2
-1
No files found.
include/comphelper/propmultiplex.hxx
Dosyayı görüntüle @
787d41c2
...
...
@@ -51,7 +51,8 @@ namespace comphelper
:
m_pAdapter
(
NULL
),
m_rMutex
(
_rMutex
)
{
}
virtual
~
OPropertyChangeListener
();
virtual
void
_propertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
=
0
;
virtual
void
_propertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
=
0
;
virtual
void
_disposing
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
_rSource
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
...
...
reportdesign/source/ui/inc/SectionWindow.hxx
Dosyayı görüntüle @
787d41c2
...
...
@@ -91,7 +91,8 @@ namespace rptui
virtual
void
Resize
()
SAL_OVERRIDE
;
protected
:
virtual
void
_propertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
_propertyChanged
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
public
:
OSectionWindow
(
OViewsWindow
*
_pParent
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
report
::
XSection
>&
_xSection
...
...
reportdesign/source/ui/report/SectionWindow.cxx
Dosyayı görüntüle @
787d41c2
...
...
@@ -112,7 +112,8 @@ OSectionWindow::~OSectionWindow()
}
}
void
OSectionWindow
::
_propertyChanged
(
const
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
uno
::
RuntimeException
)
void
OSectionWindow
::
_propertyChanged
(
const
beans
::
PropertyChangeEvent
&
_rEvent
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
SolarMutexGuard
g
;
const
uno
::
Reference
<
report
::
XSection
>
xSection
(
_rEvent
.
Source
,
uno
::
UNO_QUERY
);
...
...
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