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
d4aa726f
Kaydet (Commit)
d4aa726f
authored
Mar 27, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid unused private field errors
Change-Id: I09fd613a8e6ed8283faebeb802cc30c57ac8d37b
üst
a8dd75cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
oglmanager.cxx
avmedia/source/opengl/oglmanager.cxx
+1
-0
oglwindow.cxx
avmedia/source/opengl/oglwindow.cxx
+1
-0
No files found.
avmedia/source/opengl/oglmanager.cxx
Dosyayı görüntüle @
d4aa726f
...
@@ -20,6 +20,7 @@ namespace avmedia { namespace ogl {
...
@@ -20,6 +20,7 @@ namespace avmedia { namespace ogl {
OGLManager
::
OGLManager
(
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>&
rMgr
)
OGLManager
::
OGLManager
(
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>&
rMgr
)
:
m_xMgr
(
rMgr
)
:
m_xMgr
(
rMgr
)
{
{
(
void
)
m_xMgr
;
}
}
OGLManager
::~
OGLManager
()
OGLManager
::~
OGLManager
()
...
...
avmedia/source/opengl/oglwindow.cxx
Dosyayı görüntüle @
d4aa726f
...
@@ -18,6 +18,7 @@ OGLWindow::OGLWindow( OGLPlayer& rPlayer )
...
@@ -18,6 +18,7 @@ OGLWindow::OGLWindow( OGLPlayer& rPlayer )
:
m_rPlayer
(
rPlayer
)
:
m_rPlayer
(
rPlayer
)
,
meZoomLevel
(
media
::
ZoomLevel_ORIGINAL
)
,
meZoomLevel
(
media
::
ZoomLevel_ORIGINAL
)
{
{
(
void
)
m_rPlayer
;
}
}
OGLWindow
::~
OGLWindow
()
OGLWindow
::~
OGLWindow
()
...
...
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