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
6d43fd9c
Kaydet (Commit)
6d43fd9c
authored
Şub 08, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737047 Uncaught exception
Change-Id: Icdb50f632654f0e46c41fa3e98741a00dfbc0feb
üst
d67bc9b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ChartView.hxx
chart2/inc/ChartView.hxx
+1
-1
ChartView.cxx
chart2/source/view/main/ChartView.cxx
+1
-1
No files found.
chart2/inc/ChartView.hxx
Dosyayı görüntüle @
6d43fd9c
...
@@ -165,7 +165,7 @@ public:
...
@@ -165,7 +165,7 @@ public:
virtual
void
SAL_CALL
removeModeChangeApproveListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
util
::
XModeChangeApproveListener
>&
_rxListener
)
throw
(
::
com
::
sun
::
star
::
lang
::
NoSupportException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
removeModeChangeApproveListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
util
::
XModeChangeApproveListener
>&
_rxListener
)
throw
(
::
com
::
sun
::
star
::
lang
::
NoSupportException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// ::com::sun::star::util::XUpdatable
// ::com::sun::star::util::XUpdatable
virtual
void
SAL_CALL
update
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
update
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
// ::com::sun::star::beans::XPropertySet
// ::com::sun::star::beans::XPropertySet
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
chart2/source/view/main/ChartView.cxx
Dosyayı görüntüle @
6d43fd9c
...
@@ -2817,7 +2817,7 @@ void SAL_CALL ChartView::removeModeChangeApproveListener( const uno::Reference<
...
@@ -2817,7 +2817,7 @@ void SAL_CALL ChartView::removeModeChangeApproveListener( const uno::Reference<
}
}
// ____ XUpdatable ____
// ____ XUpdatable ____
void SAL_CALL ChartView::update() throw (uno::RuntimeException)
void SAL_CALL ChartView::update() throw (uno::RuntimeException
, std::exception
)
{
{
impl_updateView();
impl_updateView();
...
...
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