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
03bdbcb4
Kaydet (Commit)
03bdbcb4
authored
Şub 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737508 Uncaught exception
Change-Id: I100bd99fdbf2929214f89baac962d74cb6a530a6
üst
f10e4ce1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
dapiuno.hxx
sc/inc/dapiuno.hxx
+3
-2
dapiuno.cxx
sc/source/ui/unoobj/dapiuno.cxx
+2
-1
No files found.
sc/inc/dapiuno.hxx
Dosyayı görüntüle @
03bdbcb4
...
@@ -514,8 +514,9 @@ public:
...
@@ -514,8 +514,9 @@ public:
virtual
OUString
SAL_CALL
getName
()
virtual
OUString
SAL_CALL
getName
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
std
::
exception
);
virtual
void
SAL_CALL
setName
(
const
OUString
&
aName
)
virtual
void
SAL_CALL
setName
(
const
OUString
&
aName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
// XPropertySet
// XPropertySet
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
...
...
sc/source/ui/unoobj/dapiuno.cxx
Dosyayı görüntüle @
03bdbcb4
...
@@ -1865,7 +1865,8 @@ OUString SAL_CALL ScDataPilotFieldObj::getName()
...
@@ -1865,7 +1865,8 @@ OUString SAL_CALL ScDataPilotFieldObj::getName()
return
aName
;
return
aName
;
}
}
void
SAL_CALL
ScDataPilotFieldObj
::
setName
(
const
OUString
&
rName
)
throw
(
RuntimeException
)
void
SAL_CALL
ScDataPilotFieldObj
::
setName
(
const
OUString
&
rName
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
ScDPObject
*
pDPObj
=
0
;
ScDPObject
*
pDPObj
=
0
;
...
...
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