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
f2829946
Kaydet (Commit)
f2829946
authored
May 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706261 Uncaught exception
Change-Id: Ife4d1e828cc2b52c54e425ec7af533ebdacd0f1e
üst
c4415f16
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
OPropertySet.hxx
chart2/source/inc/OPropertySet.hxx
+2
-1
Axis.cxx
chart2/source/model/main/Axis.cxx
+1
-1
Axis.hxx
chart2/source/model/main/Axis.hxx
+2
-1
No files found.
chart2/source/inc/OPropertySet.hxx
Dosyayı görüntüle @
f2829946
...
@@ -66,7 +66,8 @@ protected:
...
@@ -66,7 +66,8 @@ protected:
may throw an UnknownPropertyException.
may throw an UnknownPropertyException.
*/
*/
virtual
::
com
::
sun
::
star
::
uno
::
Any
GetDefaultValue
(
sal_Int32
nHandle
)
const
virtual
::
com
::
sun
::
star
::
uno
::
Any
GetDefaultValue
(
sal_Int32
nHandle
)
const
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
)
=
0
;
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
uno
::
RuntimeException
)
=
0
;
/** The InfoHelper table contains all property names and types of
/** The InfoHelper table contains all property names and types of
this object.
this object.
...
...
chart2/source/model/main/Axis.cxx
Dosyayı görüntüle @
f2829946
...
@@ -591,7 +591,7 @@ void Axis::fireModifyEvent()
...
@@ -591,7 +591,7 @@ void Axis::fireModifyEvent()
// ____ OPropertySet ____
// ____ OPropertySet ____
uno
::
Any
Axis
::
GetDefaultValue
(
sal_Int32
nHandle
)
const
uno
::
Any
Axis
::
GetDefaultValue
(
sal_Int32
nHandle
)
const
throw
(
beans
::
UnknownProperty
Exception
)
throw
(
beans
::
UnknownPropertyException
,
uno
::
Runtime
Exception
)
{
{
const
tPropertyValueMap
&
rStaticDefaults
=
*
StaticAxisDefaults
::
get
();
const
tPropertyValueMap
&
rStaticDefaults
=
*
StaticAxisDefaults
::
get
();
tPropertyValueMap
::
const_iterator
aFound
(
rStaticDefaults
.
find
(
nHandle
)
);
tPropertyValueMap
::
const_iterator
aFound
(
rStaticDefaults
.
find
(
nHandle
)
);
...
...
chart2/source/model/main/Axis.hxx
Dosyayı görüntüle @
f2829946
...
@@ -77,7 +77,8 @@ protected:
...
@@ -77,7 +77,8 @@ protected:
// ____ OPropertySet ____
// ____ OPropertySet ____
virtual
::
com
::
sun
::
star
::
uno
::
Any
GetDefaultValue
(
sal_Int32
nHandle
)
const
virtual
::
com
::
sun
::
star
::
uno
::
Any
GetDefaultValue
(
sal_Int32
nHandle
)
const
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
)
SAL_OVERRIDE
;
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// ____ OPropertySet ____
// ____ OPropertySet ____
virtual
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
()
SAL_OVERRIDE
;
virtual
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
()
SAL_OVERRIDE
;
...
...
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