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
60f62988
Kaydet (Commit)
60f62988
authored
Şub 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1130467 Uncaught exception
Change-Id: Idc4020921086bd2e5d51acf73294150eb158fd06
üst
2b12a5b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
notesuno.hxx
sc/inc/notesuno.hxx
+3
-1
notesuno.cxx
sc/source/ui/unoobj/notesuno.cxx
+2
-1
No files found.
sc/inc/notesuno.hxx
Dosyayı görüntüle @
60f62988
...
@@ -87,7 +87,9 @@ public:
...
@@ -87,7 +87,9 @@ public:
/// XSheetAnnotation
/// XSheetAnnotation
virtual
::
com
::
sun
::
star
::
table
::
CellAddress
SAL_CALL
getPosition
()
virtual
::
com
::
sun
::
star
::
table
::
CellAddress
SAL_CALL
getPosition
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
OUString
SAL_CALL
getAuthor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
OUString
SAL_CALL
getAuthor
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
OUString
SAL_CALL
getDate
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
OUString
SAL_CALL
getDate
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
getIsVisible
()
virtual
sal_Bool
SAL_CALL
getIsVisible
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
...
...
sc/source/ui/unoobj/notesuno.cxx
Dosyayı görüntüle @
60f62988
...
@@ -196,7 +196,8 @@ table::CellAddress SAL_CALL ScAnnotationObj::getPosition() throw(uno::RuntimeExc
...
@@ -196,7 +196,8 @@ table::CellAddress SAL_CALL ScAnnotationObj::getPosition() throw(uno::RuntimeExc
return
aAdr
;
return
aAdr
;
}
}
OUString
SAL_CALL
ScAnnotationObj
::
getAuthor
()
throw
(
uno
::
RuntimeException
)
OUString
SAL_CALL
ScAnnotationObj
::
getAuthor
()
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
const
ScPostIt
*
pNote
=
ImplGetNote
();
const
ScPostIt
*
pNote
=
ImplGetNote
();
...
...
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