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
4967f271
Kaydet (Commit)
4967f271
authored
Ock 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158399 Uncaught exception
Change-Id: I1217daedb7af3daf7b8d59f3dc5e68d50068d5e1
üst
2de1ddd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cursuno.hxx
sc/inc/cursuno.hxx
+1
-1
cursuno.cxx
sc/source/ui/unoobj/cursuno.cxx
+2
-2
No files found.
sc/inc/cursuno.hxx
Dosyayı görüntüle @
4967f271
...
...
@@ -51,7 +51,7 @@ public:
// XUsedAreaCursor
virtual
void
SAL_CALL
gotoStartOfUsedArea
(
sal_Bool
bExpand
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
gotoEndOfUsedArea
(
sal_Bool
bExpand
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
sc/source/ui/unoobj/cursuno.cxx
Dosyayı görüntüle @
4967f271
...
...
@@ -239,8 +239,8 @@ void SAL_CALL ScCellCursorObj::collapseToSize( sal_Int32 nColumns, sal_Int32 nRo
// XUsedAreaCursor
void
SAL_CALL
ScCellCursorObj
::
gotoStartOfUsedArea
(
sal_Bool
bExpand
)
throw
(
uno
::
RuntimeE
xception
)
void
SAL_CALL
ScCellCursorObj
::
gotoStartOfUsedArea
(
sal_Bool
bExpand
)
throw
(
uno
::
RuntimeException
,
std
::
e
xception
)
{
SolarMutexGuard
aGuard
;
ScDocShell
*
pDocSh
=
GetDocShell
();
...
...
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