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
9939fb97
Kaydet (Commit)
9939fb97
authored
Ara 13, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix build for iOS
Change-Id: Ib2c1d439866764a5c3510f0796efe6bc0d8d2a1e
üst
56cc4c4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
viewsh.cxx
sw/source/core/view/viewsh.cxx
+2
-1
No files found.
sw/source/core/view/viewsh.cxx
Dosyayı görüntüle @
9939fb97
...
...
@@ -1837,7 +1837,8 @@ void touch_lo_draw_tile(void *context, int contextWidth, int contextHeight, MLOD
{
SystemGraphicsData
aData
;
aData
.
rCGContext
=
(
CGContextRef
)
context
;
VirtualDevice
aDevice
(
&
aData
,
(
sal_uInt16
)
0
);
// the Size argument is irrelevant, I hope
VirtualDevice
aDevice
(
&
aData
,
Size
(
1
,
1
),
(
sal_uInt16
)
0
);
// paint to it
pViewShell
->
PaintTile
(
aDevice
,
contextWidth
,
contextHeight
,
tilePosX
,
tilePosY
,
tileWidth
,
tileHeight
);
}
...
...
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