diff options
Diffstat (limited to 'avmedia/source/vlc/vlcwindow.hxx')
-rw-r--r-- | avmedia/source/vlc/vlcwindow.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/vlc/vlcwindow.hxx b/avmedia/source/vlc/vlcwindow.hxx index 2aa3e47de9f8..ef06576dcbef 100644 --- a/avmedia/source/vlc/vlcwindow.hxx +++ b/avmedia/source/vlc/vlcwindow.hxx @@ -27,6 +27,7 @@ namespace vlc { class VLCWindow : public ::cppu::WeakImplHelper2 < ::com::sun::star::media::XPlayerWindow, ::com::sun::star::lang::XServiceInfo > { + ::com::sun::star::media::ZoomLevel meZoomLevel; public: VLCWindow(); |