summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorBorim <borim7@web.de>2013-03-08 19:49:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-03-08 21:02:26 +0000
commita0296296fb121ecab53cee39658fc2f8ce27a782 (patch)
tree00deb054da6f402018d6ee8b202baa95c6317958 /sd/inc
parent54e458f691e55d321ba3e4e4cc7e00b9b3c09489 (diff)
fdo#60691 add modelines to *.src and *.hrc files
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/app.hrc3
-rw-r--r--sd/inc/glob.hrc3
-rw-r--r--sd/inc/sdattr.hrc3
3 files changed, 9 insertions, 0 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index 744f081e44c5..a0a10872611a 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -454,3 +455,5 @@
#define SID_TABLE_TOOLBOX (SID_SD_START+443)
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc
index 132ce92f2472..009b0929317e 100644
--- a/sd/inc/glob.hrc
+++ b/sd/inc/glob.hrc
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -143,3 +144,5 @@
#define RID_SLIDESORTER_ICONS RID_GLOB_START+227
#endif // _SDGLOB_HRC
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/sdattr.hrc b/sd/inc/sdattr.hrc
index 7e4075432383..94dc73ec9414 100644
--- a/sd/inc/sdattr.hrc
+++ b/sd/inc/sdattr.hrc
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -166,3 +167,5 @@
#define ATTR_PARANUMBERING_END ATTR_NUMBER_NEWSTART_AT
#endif // _SDATTR_HRC
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */