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
c832da45
Kaydet (Commit)
c832da45
authored
Ara 23, 2010
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: can reduce the scope of these variables
üst
488f0db2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cfg.cxx
cui/source/customize/cfg.cxx
+3
-2
No files found.
cui/source/customize/cfg.cxx
Dosyayı görüntüle @
c832da45
...
@@ -5939,8 +5939,6 @@ SvxIconChangeDialog::SvxIconChangeDialog(
...
@@ -5939,8 +5939,6 @@ SvxIconChangeDialog::SvxIconChangeDialog(
BitmapEx
SvxIconSelectorDialog
::
AutoScaleBitmap
(
BitmapEx
&
aBitmap
,
const
long
aStandardSize
)
BitmapEx
SvxIconSelectorDialog
::
AutoScaleBitmap
(
BitmapEx
&
aBitmap
,
const
long
aStandardSize
)
{
{
Point
aEmptyPoint
(
0
,
0
);
Point
aEmptyPoint
(
0
,
0
);
sal_Int32
imgNewWidth
=
0
;
sal_Int32
imgNewHeight
=
0
;
double
imgposX
=
0
;
double
imgposX
=
0
;
double
imgposY
=
0
;
double
imgposY
=
0
;
BitmapEx
aRet
=
aBitmap
;
BitmapEx
aRet
=
aBitmap
;
...
@@ -5950,6 +5948,9 @@ BitmapEx SvxIconSelectorDialog::AutoScaleBitmap(BitmapEx & aBitmap, const long a
...
@@ -5950,6 +5948,9 @@ BitmapEx SvxIconSelectorDialog::AutoScaleBitmap(BitmapEx & aBitmap, const long a
Size
aScaledSize
;
Size
aScaledSize
;
if
(
imgOldWidth
>=
aStandardSize
||
imgOldHeight
>=
aStandardSize
)
if
(
imgOldWidth
>=
aStandardSize
||
imgOldHeight
>=
aStandardSize
)
{
{
sal_Int32
imgNewWidth
=
0
;
sal_Int32
imgNewHeight
=
0
;
if
(
imgOldWidth
>=
imgOldHeight
)
if
(
imgOldWidth
>=
imgOldHeight
)
{
{
imgNewWidth
=
aStandardSize
;
imgNewWidth
=
aStandardSize
;
...
...
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