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
d654c119
Kaydet (Commit)
d654c119
authored
Eyl 29, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#705736 Resource leak
Change-Id: I124f75e56aad1bd5008a7d9d64328b0e6e5f874c
üst
92ffbf51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
xattrbmp.cxx
svx/source/xoutdev/xattrbmp.cxx
+6
-2
No files found.
svx/source/xoutdev/xattrbmp.cxx
Dosyayı görüntüle @
d654c119
...
...
@@ -248,6 +248,8 @@ Bitmap createHistorical8x8FromArray(const sal_uInt16* pArray, Color aColorPix, C
bool
isHistorical8x8
(
const
BitmapEx
&
rBitmapEx
,
BitmapColor
&
o_rBack
,
BitmapColor
&
o_rFront
)
{
bool
bRet
(
false
);
if
(
!
rBitmapEx
.
IsTransparent
())
{
Bitmap
aBitmap
(
rBitmapEx
.
GetBitmap
());
...
...
@@ -269,14 +271,16 @@ bool isHistorical8x8(const BitmapEx& rBitmapEx, BitmapColor& o_rBack, BitmapColo
o_rFront
=
rPalette
[
1
];
o_rBack
=
rPalette
[
0
];
return
true
;
bRet
=
true
;
}
Bitmap
::
ReleaseAccess
(
pRead
);
}
}
}
}
return
false
;
return
bRet
;
}
XFillBitmapItem
::
XFillBitmapItem
(
SvStream
&
rIn
,
sal_uInt16
nVer
)
...
...
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