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
6183a945
Kaydet (Commit)
6183a945
authored
May 08, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
False loplugin:staticmethods
Change-Id: Icc026ebb422c299caca6c24d6a56416076589fc8
üst
deca1830
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
OpenGLContext.cxx
vcl/source/opengl/OpenGLContext.cxx
+3
-0
outdev.cxx
vcl/source/outdev/outdev.cxx
+1
-0
No files found.
vcl/source/opengl/OpenGLContext.cxx
Dosyayı görüntüle @
6183a945
...
...
@@ -1330,6 +1330,7 @@ bool OpenGLContext::isCurrent()
return
(
wglGetCurrentContext
()
==
m_aGLWin
.
hRC
&&
wglGetCurrentDC
()
==
m_aGLWin
.
hDC
);
#elif defined( MACOSX )
(
void
)
this
;
// loplugin:staticmethods
return
false
;
#elif defined( IOS ) || defined( ANDROID ) || defined(LIBO_HEADLESS)
return
false
;
...
...
@@ -1409,6 +1410,7 @@ void OpenGLContext::resetCurrent()
#if defined( WNT )
wglMakeCurrent
(
m_aGLWin
.
hDC
,
0
);
#elif defined( MACOSX )
(
void
)
this
;
// loplugin:staticmethods
OpenGLWrapper
::
resetCurrent
();
#elif defined( IOS ) || defined( ANDROID ) || defined(LIBO_HEADLESS)
// nothing
...
...
@@ -1436,6 +1438,7 @@ void OpenGLContext::sync()
#if defined( WNT )
// nothing
#elif defined( MACOSX ) || defined( IOS ) || defined( ANDROID ) || defined(LIBO_HEADLESS)
(
void
)
this
;
// loplugin:staticmethods
// nothing
#elif defined( UNX )
glXWaitGL
();
...
...
vcl/source/outdev/outdev.cxx
Dosyayı görüntüle @
6183a945
...
...
@@ -335,6 +335,7 @@ bool OutputDevice::SupportsCairo() const
return
mpGraphics
->
SupportsCairo
();
#else
(
void
)
this
;
// loplugin:staticmethods
return
false
;
#endif
}
...
...
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