summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:30:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:52:27 +0100
commit08cbfebc045715334701b2a7f318d10256499d50 (patch)
tree58e157c6c2d67f0322c2eb5a695ae700f89bc5e6 /svtools
parentf0a94a67d3eb6d9ade5501db273d73c4091817ef (diff)
add modelines to .h and .c files as well
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/htmltokn.h3
-rw-r--r--svtools/inc/rtftoken.h3
-rw-r--r--svtools/inc/svtools/svtdllapi.h2
-rw-r--r--svtools/source/filter.vcl/jpeg/jpeg.h3
-rw-r--r--svtools/source/filter.vcl/jpeg/jpegc.c3
5 files changed, 13 insertions, 1 deletions
diff --git a/svtools/inc/htmltokn.h b/svtools/inc/htmltokn.h
index 7c43c1463e25..29169d6959fe 100644
--- a/svtools/inc/htmltokn.h
+++ b/svtools/inc/htmltokn.h
@@ -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.
@@ -567,3 +568,5 @@ HTML_OPTION_END
};
#endif // _HTMLTOKN_H
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/inc/rtftoken.h b/svtools/inc/rtftoken.h
index e75254487312..e89fcd4c2674 100644
--- a/svtools/inc/rtftoken.h
+++ b/svtools/inc/rtftoken.h
@@ -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.
@@ -1270,4 +1271,4 @@ enum RTF_TOKEN_IDS {
#endif // _RTFTOKEN_H
-/* vi:set tabstop=4 shiftwidth=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/inc/svtools/svtdllapi.h b/svtools/inc/svtools/svtdllapi.h
index d230d7e76d0c..5a15b20c2020 100644
--- a/svtools/inc/svtools/svtdllapi.h
+++ b/svtools/inc/svtools/svtdllapi.h
@@ -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.
@@ -39,3 +40,4 @@
#endif /* INCLUDED_SVTDLLAPI_H */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/filter.vcl/jpeg/jpeg.h b/svtools/source/filter.vcl/jpeg/jpeg.h
index deb06600474c..c5284e968a8d 100644
--- a/svtools/source/filter.vcl/jpeg/jpeg.h
+++ b/svtools/source/filter.vcl/jpeg/jpeg.h
@@ -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.
@@ -73,3 +74,5 @@ void* CreateBitmap( void* pJPEGReader, void* pJPEGCreateBitmapParam );
void SetJpegPreviewSizeHint( int nWidth, int nHeight );
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/filter.vcl/jpeg/jpegc.c b/svtools/source/filter.vcl/jpeg/jpegc.c
index 29b4749a7b51..f94d7039920f 100644
--- a/svtools/source/filter.vcl/jpeg/jpegc.c
+++ b/svtools/source/filter.vcl/jpeg/jpegc.c
@@ -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.
@@ -282,3 +283,5 @@ Exit:
return bRet;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */