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
4cc356bf
Kaydet (Commit)
4cc356bf
authored
Şub 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#738451 Uncaught exception
Change-Id: I43473afc753a7d348273e58121f2446974d43957
üst
334e99c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
unotxvw.hxx
sw/source/ui/inc/unotxvw.hxx
+3
-1
unotxvw.cxx
sw/source/ui/uno/unotxvw.cxx
+2
-1
No files found.
sw/source/ui/inc/unotxvw.hxx
Dosyayı görüntüle @
4cc356bf
...
@@ -244,7 +244,9 @@ public:
...
@@ -244,7 +244,9 @@ public:
virtual
OUString
SAL_CALL
getString
()
virtual
OUString
SAL_CALL
getString
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
std
::
exception
);
virtual
void
SAL_CALL
setString
(
const
OUString
&
aString
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setString
(
const
OUString
&
aString
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
//XScreenCursor
//XScreenCursor
virtual
sal_Bool
SAL_CALL
screenDown
()
virtual
sal_Bool
SAL_CALL
screenDown
()
...
...
sw/source/ui/uno/unotxvw.cxx
Dosyayı görüntüle @
4cc356bf
...
@@ -1461,7 +1461,8 @@ OUString SwXTextViewCursor::getString()
...
@@ -1461,7 +1461,8 @@ OUString SwXTextViewCursor::getString()
return
uRet
;
return
uRet
;
}
}
void
SwXTextViewCursor
::
setString
(
const
OUString
&
aString
)
throw
(
uno
::
RuntimeException
)
void
SwXTextViewCursor
::
setString
(
const
OUString
&
aString
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
if
(
m_pView
)
if
(
m_pView
)
...
...
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