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
65c75a84
Kaydet (Commit)
65c75a84
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308532 Uncaught exception
Change-Id: Idb463679ef8d56cc5d62dd2e8db4fcd9c2322b26
üst
dda06d97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AccessibleCellBase.cxx
sc/source/ui/Accessibility/AccessibleCellBase.cxx
+1
-1
AccessibleCellBase.hxx
sc/source/ui/inc/AccessibleCellBase.hxx
+1
-1
No files found.
sc/source/ui/Accessibility/AccessibleCellBase.cxx
Dosyayı görüntüle @
65c75a84
...
@@ -598,7 +598,7 @@ OUString SAL_CALL ScAccessibleCellBase::getBorderAttrs()
...
@@ -598,7 +598,7 @@ OUString SAL_CALL ScAccessibleCellBase::getBorderAttrs()
//end of cell attributes
//end of cell attributes
OUString
SAL_CALL
ScAccessibleCellBase
::
GetAllDisplayNote
()
OUString
SAL_CALL
ScAccessibleCellBase
::
GetAllDisplayNote
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
OUString
strNote
;
OUString
strNote
;
OUString
strTrackText
;
OUString
strTrackText
;
...
...
sc/source/ui/inc/AccessibleCellBase.hxx
Dosyayı görüntüle @
65c75a84
...
@@ -141,7 +141,7 @@ protected:
...
@@ -141,7 +141,7 @@ protected:
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
OUString
SAL_CALL
GetAllDisplayNote
()
OUString
SAL_CALL
GetAllDisplayNote
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
OUString
SAL_CALL
getShadowAttrs
()
OUString
SAL_CALL
getShadowAttrs
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
OUString
SAL_CALL
getBorderAttrs
()
OUString
SAL_CALL
getBorderAttrs
()
...
...
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