diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 04:21:14 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 11:58:15 +0200 |
commit | 371046c6a35931e96506ecaf4ffbc0403286c53b (patch) | |
tree | 119f6283224f8de3984e453c3a6fe70bb7535e8b /vcl/unx | |
parent | 0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5 (diff) |
add missing modelines to cxx and hxx files
some of them have no copyright header
Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk3/window/gtk3gloactiongroup.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/gtk3/window/gtk3glomenu.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/gtk3/window/gtk3gtksalmenu.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/gtk3/window/gtk3hudawareness.cxx | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/window/gtk3gloactiongroup.cxx b/vcl/unx/gtk3/window/gtk3gloactiongroup.cxx index 14a2bbb59e6a..7f26437360c0 100644 --- a/vcl/unx/gtk3/window/gtk3gloactiongroup.cxx +++ b/vcl/unx/gtk3/window/gtk3gloactiongroup.cxx @@ -1,2 +1,5 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include "../../gtk/window/gloactiongroup.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk3/window/gtk3glomenu.cxx b/vcl/unx/gtk3/window/gtk3glomenu.cxx index 3736ac40b6cf..6ca68cddaea5 100644 --- a/vcl/unx/gtk3/window/gtk3glomenu.cxx +++ b/vcl/unx/gtk3/window/gtk3glomenu.cxx @@ -1,2 +1,5 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include "../../gtk/window/glomenu.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk3/window/gtk3gtksalmenu.cxx b/vcl/unx/gtk3/window/gtk3gtksalmenu.cxx index d6c7abe9d0ba..ef288bad51df 100644 --- a/vcl/unx/gtk3/window/gtk3gtksalmenu.cxx +++ b/vcl/unx/gtk3/window/gtk3gtksalmenu.cxx @@ -1,2 +1,5 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include "../../gtk/window/gtksalmenu.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk3/window/gtk3hudawareness.cxx b/vcl/unx/gtk3/window/gtk3hudawareness.cxx index 1a22211cf3d1..76ea94ac6af4 100644 --- a/vcl/unx/gtk3/window/gtk3hudawareness.cxx +++ b/vcl/unx/gtk3/window/gtk3hudawareness.cxx @@ -1 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include "../../gtk/window/hudawareness.cxx" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |