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
1304a6ae
Kaydet (Commit)
1304a6ae
authored
Eki 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#703936 Unchecked return value
Change-Id: I238cdaeab269bcf3ef7a8969ee6077104c12c8a3
üst
7ed36e0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
pastedlg.cxx
cui/source/dialogs/pastedlg.cxx
+5
-3
No files found.
cui/source/dialogs/pastedlg.cxx
Dosyayı görüntüle @
1304a6ae
...
@@ -97,9 +97,11 @@ sal_uLong SvPasteObjectDialog::GetFormat( const TransferableDataHelper& rHelper,
...
@@ -97,9 +97,11 @@ sal_uLong SvPasteObjectDialog::GetFormat( const TransferableDataHelper& rHelper,
{
{
//TODO/LATER: why is the Descriptor never used?!
//TODO/LATER: why is the Descriptor never used?!
TransferableObjectDescriptor
aDesc
;
TransferableObjectDescriptor
aDesc
;
if
(
rHelper
.
HasFormat
(
SOT_FORMATSTR_ID_OBJECTDESCRIPTOR
)
)
if
(
rHelper
.
HasFormat
(
SOT_FORMATSTR_ID_OBJECTDESCRIPTOR
))
((
TransferableDataHelper
&
)
rHelper
).
GetTransferableObjectDescriptor
(
{
SOT_FORMATSTR_ID_OBJECTDESCRIPTOR
,
aDesc
);
(
void
)
const_cast
<
TransferableDataHelper
&>
(
rHelper
).
GetTransferableObjectDescriptor
(
SOT_FORMATSTR_ID_OBJECTDESCRIPTOR
,
aDesc
);
}
if
(
!
pFormats
)
if
(
!
pFormats
)
pFormats
=
&
rHelper
.
GetDataFlavorExVector
();
pFormats
=
&
rHelper
.
GetDataFlavorExVector
();
...
...
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