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
2351fd5d
Kaydet (Commit)
2351fd5d
authored
Ara 23, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in avmedia
Change-Id: I725a80cf7b6f2b728e650d0f365d063931b17ea7
üst
472388fd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
gstplayer.cxx
avmedia/source/gstreamer/gstplayer.cxx
+1
-1
gstwindow.cxx
avmedia/source/gstreamer/gstwindow.cxx
+1
-2
gstwindow.hxx
avmedia/source/gstreamer/gstwindow.hxx
+1
-3
No files found.
avmedia/source/gstreamer/gstplayer.cxx
Dosyayı görüntüle @
2351fd5d
...
...
@@ -871,7 +871,7 @@ uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( co
if
(
aSize
.
Width
>
0
&&
aSize
.
Height
>
0
)
{
::
avmedia
::
gstreamer
::
Window
*
pWindow
=
new
::
avmedia
::
gstreamer
::
Window
(
mxMgr
)
;
::
avmedia
::
gstreamer
::
Window
*
pWindow
=
new
::
avmedia
::
gstreamer
::
Window
;
xRet
=
pWindow
;
...
...
avmedia/source/gstreamer/gstwindow.cxx
Dosyayı görüntüle @
2351fd5d
...
...
@@ -52,8 +52,7 @@ static ::osl::Mutex& ImplGetOwnStaticMutex()
// Window
Window
::
Window
(
const
uno
::
Reference
<
lang
::
XMultiServiceFactory
>&
rxMgr
)
:
mxMgr
(
rxMgr
),
Window
::
Window
()
:
meZoomLevel
(
media
::
ZoomLevel_NOT_AVAILABLE
),
mnPointerType
(
awt
::
SystemPointer
::
ARROW
)
{
...
...
avmedia/source/gstreamer/gstwindow.hxx
Dosyayı görüntüle @
2351fd5d
...
...
@@ -39,7 +39,7 @@ class Window : public ::cppu::WeakImplHelper< css::media::XPlayerWindow,
{
public
:
explicit
Window
(
const
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>&
rxMgr
);
explicit
Window
();
virtual
~
Window
();
// XPlayerWindow
...
...
@@ -79,8 +79,6 @@ public:
private
:
css
::
uno
::
Reference
<
css
::
lang
::
XMultiServiceFactory
>
mxMgr
;
css
::
media
::
ZoomLevel
meZoomLevel
;
int
mnPointerType
;
};
...
...
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