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
b1ed6e54
Kaydet (Commit)
b1ed6e54
authored
Şub 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#738258 Uncaught exception
Change-Id: I3a38f7db881469a5a08fa48f77609355ff6dae4c
üst
58047503
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
unotbl.hxx
sw/inc/unotbl.hxx
+3
-1
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+2
-1
No files found.
sw/inc/unotbl.hxx
Dosyayı görüntüle @
b1ed6e54
...
@@ -542,7 +542,9 @@ public:
...
@@ -542,7 +542,9 @@ public:
virtual
sal_Bool
SAL_CALL
hasElements
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
hasElements
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
//XTableRows
//XTableRows
virtual
void
SAL_CALL
insertByIndex
(
sal_Int32
nIndex
,
sal_Int32
nCount
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
insertByIndex
(
sal_Int32
nIndex
,
sal_Int32
nCount
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
removeByIndex
(
sal_Int32
nIndex
,
sal_Int32
nCount
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
removeByIndex
(
sal_Int32
nIndex
,
sal_Int32
nCount
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
//XServiceInfo
//XServiceInfo
...
...
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
b1ed6e54
...
@@ -4797,7 +4797,8 @@ sal_Bool SwXTableRows::hasElements(void) throw( uno::RuntimeException )
...
@@ -4797,7 +4797,8 @@ sal_Bool SwXTableRows::hasElements(void) throw( uno::RuntimeException )
return
sal_True
;
return
sal_True
;
}
}
void
SwXTableRows
::
insertByIndex
(
sal_Int32
nIndex
,
sal_Int32
nCount
)
throw
(
uno
::
RuntimeException
)
void
SwXTableRows
::
insertByIndex
(
sal_Int32
nIndex
,
sal_Int32
nCount
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
if
(
nCount
==
0
)
if
(
nCount
==
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