summaryrefslogtreecommitdiff
path: root/framework
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 /framework
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 'framework')
-rw-r--r--framework/inc/classes/resource.hrc3
-rw-r--r--framework/inc/framework.hrc2
-rw-r--r--framework/inc/helpid.hrc2
-rw-r--r--framework/inc/services/logindialog.hrc3
-rw-r--r--framework/source/classes/resource.src3
-rw-r--r--framework/source/services/fwk_services.src2
6 files changed, 15 insertions, 0 deletions
diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc
index 4be8d480bc44..f9e3bf61f7cd 100644
--- a/framework/inc/classes/resource.hrc
+++ b/framework/inc/classes/resource.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.
*
@@ -76,3 +77,5 @@
#define PB_ACCEPT (RID_FWK_DIALOG_START+23)
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/inc/framework.hrc b/framework/inc/framework.hrc
index e024b26e74bd..861c44787617 100644
--- a/framework/inc/framework.hrc
+++ b/framework/inc/framework.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.
*
@@ -60,3 +61,4 @@
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/inc/helpid.hrc b/framework/inc/helpid.hrc
index 13cb1118ae43..e319817121e5 100644
--- a/framework/inc/helpid.hrc
+++ b/framework/inc/helpid.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.
*
@@ -26,3 +27,4 @@
// ******************************************************************* EOF
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/inc/services/logindialog.hrc b/framework/inc/services/logindialog.hrc
index c3aa846503a7..017b2ed68148 100644
--- a/framework/inc/services/logindialog.hrc
+++ b/framework/inc/services/logindialog.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.
*
@@ -19,3 +20,5 @@
// controls
#define RID_PB_OK 21
#define RID_PB_CANCEL 22
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src
index cdadad4fdbd4..567777ba73b8 100644
--- a/framework/source/classes/resource.src
+++ b/framework/source/classes/resource.src
@@ -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.
*
@@ -338,3 +339,5 @@ String STR_SET_LANGUAGE_FOR_ALL_TEXT
{
Text [ en-US ] = "Set Language for all Text" ;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/source/services/fwk_services.src b/framework/source/services/fwk_services.src
index 6bb700809e26..b10d37e11196 100644
--- a/framework/source/services/fwk_services.src
+++ b/framework/source/services/fwk_services.src
@@ -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.
*
@@ -108,3 +109,4 @@ Window WIN_TABWINDOW
};
};
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */