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
71a0bb02
Kaydet (Commit)
71a0bb02
authored
Ock 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1158360 Uncaught exception
Change-Id: I88c2e0b8378fb41b9ad24cab9e8434817602e084
üst
f452945b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
AccessibleSpreadsheet.cxx
sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
+2
-3
AccessibleSpreadsheet.hxx
sc/source/ui/inc/AccessibleSpreadsheet.hxx
+1
-1
No files found.
sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
Dosyayı görüntüle @
71a0bb02
...
...
@@ -985,9 +985,8 @@ sal_Bool SAL_CALL ScAccessibleSpreadsheet::isAccessibleSelected( sal_Int32 nRow,
//===== XAccessibleComponent ============================================
uno
::
Reference
<
XAccessible
>
SAL_CALL
ScAccessibleSpreadsheet
::
getAccessibleAtPoint
(
const
awt
::
Point
&
rPoint
)
throw
(
uno
::
RuntimeException
)
uno
::
Reference
<
XAccessible
>
SAL_CALL
ScAccessibleSpreadsheet
::
getAccessibleAtPoint
(
const
awt
::
Point
&
rPoint
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
uno
::
Reference
<
XAccessible
>
xAccessible
;
if
(
containsPoint
(
rPoint
))
...
...
sc/source/ui/inc/AccessibleSpreadsheet.hxx
Dosyayı görüntüle @
71a0bb02
...
...
@@ -153,7 +153,7 @@ private:
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessible
>
SAL_CALL
getAccessibleAtPoint
(
const
::
com
::
sun
::
star
::
awt
::
Point
&
rPoint
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
grabFocus
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
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