diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-14 14:11:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-14 14:12:24 +0300 |
commit | 5eb46770effb2f5e47ed9b1b7a06ffeb64be3f50 (patch) | |
tree | 96abc4797d9a47724913ebc2e7528d3effb521fc /svtools | |
parent | 8c9f3d38b8e8a6a6879b8da6ab87161a27285b28 (diff) |
Add our normal Emacs and vim mode lines
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter.vcl/filter/exportdialog.cxx | 2 | ||||
-rw-r--r-- | svtools/source/filter.vcl/filter/exportdialog.hxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/svtools/source/filter.vcl/filter/exportdialog.cxx b/svtools/source/filter.vcl/filter/exportdialog.cxx index 701619d31f6c..66b3fae1fa9f 100644 --- a/svtools/source/filter.vcl/filter/exportdialog.cxx +++ b/svtools/source/filter.vcl/filter/exportdialog.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -1511,3 +1512,4 @@ IMPL_LINK( ExportDialog, OK, void *, EMPTYARG ) return 0; } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/filter.vcl/filter/exportdialog.hxx b/svtools/source/filter.vcl/filter/exportdialog.hxx index 20a9ac3ea832..d15f143701ec 100644 --- a/svtools/source/filter.vcl/filter/exportdialog.hxx +++ b/svtools/source/filter.vcl/filter/exportdialog.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -214,3 +215,4 @@ public: #endif // _EXPORTDIALOG_HXX_ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |