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
d9bf242a
Kaydet (Commit)
d9bf242a
authored
Nis 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#984006 Uncaught exception
Change-Id: I0aae5a1dfab6a5f0439905a03b13f83be84a8746
üst
946c7b03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
X11_selection.cxx
vcl/unx/generic/dtrans/X11_selection.cxx
+2
-1
X11_selection.hxx
vcl/unx/generic/dtrans/X11_selection.hxx
+2
-1
No files found.
vcl/unx/generic/dtrans/X11_selection.cxx
Dosyayı görüntüle @
d9bf242a
...
...
@@ -3775,7 +3775,8 @@ void SelectionManager::shutdown() throw()
m_xDropTransferable
.
clear
();
}
sal_Bool
SelectionManager
::
handleEvent
(
const
Any
&
event
)
throw
(
std
::
exception
)
sal_Bool
SelectionManager
::
handleEvent
(
const
Any
&
event
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
Sequence
<
sal_Int8
>
aSeq
;
if
(
(
event
>>=
aSeq
)
)
...
...
vcl/unx/generic/dtrans/X11_selection.hxx
Dosyayı görüntüle @
d9bf242a
...
...
@@ -472,7 +472,8 @@ namespace x11 {
virtual
void
SAL_CALL
initialize
(
const
Sequence
<
Any
>&
arguments
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
std
::
exception
)
SAL_OVERRIDE
;
// XEventHandler
virtual
sal_Bool
SAL_CALL
handleEvent
(
const
Any
&
event
)
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
handleEvent
(
const
Any
&
event
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XDragSource
virtual
sal_Bool
SAL_CALL
isDragImageSupported
()
throw
(
std
::
exception
)
SAL_OVERRIDE
;
...
...
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