summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/vlc/vlcframegrabber.cxx3
-rw-r--r--avmedia/source/vlc/vlcwindow.cxx3
-rw-r--r--avmedia/source/vlc/wrapper/ThreadsafeQueue.cxx6
3 files changed, 11 insertions, 1 deletions
diff --git a/avmedia/source/vlc/vlcframegrabber.cxx b/avmedia/source/vlc/vlcframegrabber.cxx
index 8a1269a35be0..05a27c28c295 100644
--- a/avmedia/source/vlc/vlcframegrabber.cxx
+++ b/avmedia/source/vlc/vlcframegrabber.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <boost/bind.hpp>
#include <iostream>
#include <osl/conditn.hxx>
@@ -116,3 +117,5 @@ sal_Bool SAL_CALL VLCFrameGrabber::supportsService( const ::rtl::OUString& servi
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/vlc/vlcwindow.cxx b/avmedia/source/vlc/vlcwindow.cxx
index 669ad21d2bbe..337502010994 100644
--- a/avmedia/source/vlc/vlcwindow.cxx
+++ b/avmedia/source/vlc/vlcwindow.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <iostream>
#include <cppuhelper/supportsservice.hxx>
#include "vlcwindow.hxx"
@@ -195,3 +196,5 @@ void SAL_CALL VLCWindow::removePaintListener( const uno::Reference< awt::XPaintL
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/avmedia/source/vlc/wrapper/ThreadsafeQueue.cxx b/avmedia/source/vlc/wrapper/ThreadsafeQueue.cxx
index ea9294f87963..e2dfdd2a1e40 100644
--- a/avmedia/source/vlc/wrapper/ThreadsafeQueue.cxx
+++ b/avmedia/source/vlc/wrapper/ThreadsafeQueue.cxx
@@ -1 +1,5 @@
-#include "ThreadsafeQueue.hxx" \ No newline at end of file
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+
+#include "ThreadsafeQueue.hxx"
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */