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
7da0a6e5
Kaydet (Commit)
7da0a6e5
authored
May 15, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#78603 mixup (Left->Top) in Rectangle construction
Change-Id: I7fa566e036508d43b153c7983dc89fc6660718e7
üst
29ef23b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
winwmf.cxx
vcl/source/filter/wmf/winwmf.cxx
+5
-4
No files found.
vcl/source/filter/wmf/winwmf.cxx
Dosyayı görüntüle @
7da0a6e5
...
@@ -1157,11 +1157,12 @@ bool WMFReader::ReadHeader()
...
@@ -1157,11 +1157,12 @@ bool WMFReader::ReadHeader()
if
(
aPlaceableBound
.
GetWidth
()
>
aMaxWidth
)
if
(
aPlaceableBound
.
GetWidth
()
>
aMaxWidth
)
{
{
double
fRatio
=
aPlaceableBound
.
GetWidth
()
/
fMaxWidth
;
double
fRatio
=
aPlaceableBound
.
GetWidth
()
/
fMaxWidth
;
aPlaceableBound
=
Rectangle
(
aPlaceableBound
=
Rectangle
(
aPlaceableBound
.
Top
()
/
fRatio
,
aPlaceableBound
.
Left
()
/
fRatio
,
aPlaceableBound
.
Left
()
/
fRatio
,
aPlaceableBound
.
Top
()
/
fRatio
,
aPlaceableBound
.
Bottom
()
/
fRatio
,
aPlaceableBound
.
Right
()
/
fRatio
,
aPlaceableBound
.
Right
()
/
fRatio
);
aPlaceableBound
.
Bottom
()
/
fRatio
);
}
}
}
}
...
...
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