summaryrefslogtreecommitdiff
path: root/avmedia/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 04:21:14 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:15 +0200
commit371046c6a35931e96506ecaf4ffbc0403286c53b (patch)
tree119f6283224f8de3984e453c3a6fe70bb7535e8b /avmedia/source
parent0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5 (diff)
add missing modelines to cxx and hxx files
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
Diffstat (limited to 'avmedia/source')
-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: */