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
67444a92
Kaydet (Commit)
67444a92
authored
May 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-variable
Change-Id: Ie7919740e7e95eb53f7a719e3dc2b114c6fd3862
üst
08bc9fae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
GL3DRenderer.cxx
chart2/source/view/main/GL3DRenderer.cxx
+0
-1
No files found.
chart2/source/view/main/GL3DRenderer.cxx
Dosyayı görüntüle @
67444a92
...
@@ -1601,7 +1601,6 @@ sal_uInt32 OpenGL3DRenderer::GetPixelColorFromPoint(long nX, long nY)
...
@@ -1601,7 +1601,6 @@ sal_uInt32 OpenGL3DRenderer::GetPixelColorFromPoint(long nX, long nY)
boost
::
scoped_array
<
sal_uInt8
>
buf
(
new
sal_uInt8
[
4
]);
boost
::
scoped_array
<
sal_uInt8
>
buf
(
new
sal_uInt8
[
4
]);
glReadPixels
(
nX
,
nY
,
1
,
1
,
GL_BGRA
,
GL_UNSIGNED_BYTE
,
buf
.
get
());
glReadPixels
(
nX
,
nY
,
1
,
1
,
GL_BGRA
,
GL_UNSIGNED_BYTE
,
buf
.
get
());
Color
aColor
(
buf
[
3
],
buf
[
2
],
buf
[
1
],
buf
[
0
]);
Color
aColor
(
buf
[
3
],
buf
[
2
],
buf
[
1
],
buf
[
0
]);
static
sal_Int32
i
=
0
;
return
aColor
.
GetColor
();
return
aColor
.
GetColor
();
}
}
...
...
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